Deleted Added
full compact
signal.h (38538) signal.h (47289)
1/*-
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 30 unchanged lines hidden (view full) ---

39#include <sys/cdefs.h>
40#include <sys/_posix.h>
41#include <machine/ansi.h>
42#include <sys/signal.h>
43
44#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
45extern __const char *__const sys_signame[NSIG];
46extern __const char *__const sys_siglist[NSIG];
1/*-
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 30 unchanged lines hidden (view full) ---

39#include <sys/cdefs.h>
40#include <sys/_posix.h>
41#include <machine/ansi.h>
42#include <sys/signal.h>
43
44#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
45extern __const char *__const sys_signame[NSIG];
46extern __const char *__const sys_siglist[NSIG];
47extern __const int sys_nsig;
47#endif
48
49__BEGIN_DECLS
50int raise __P((int));
51#ifndef _ANSI_SOURCE
52int kill __P((_BSD_PID_T_, int));
53int sigaction __P((int, const struct sigaction *, struct sigaction *));
54int sigaddset __P((sigset_t *, int));

--- 44 unchanged lines hidden ---
48#endif
49
50__BEGIN_DECLS
51int raise __P((int));
52#ifndef _ANSI_SOURCE
53int kill __P((_BSD_PID_T_, int));
54int sigaction __P((int, const struct sigaction *, struct sigaction *));
55int sigaddset __P((sigset_t *, int));

--- 44 unchanged lines hidden ---