diff options
Diffstat (limited to 'usr/src/head/iso/signal_iso.h')
-rw-r--r-- | usr/src/head/iso/signal_iso.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/usr/src/head/iso/signal_iso.h b/usr/src/head/iso/signal_iso.h index 592da4585b..ba5996b814 100644 --- a/usr/src/head/iso/signal_iso.h +++ b/usr/src/head/iso/signal_iso.h @@ -24,6 +24,8 @@ /* + * Copyright 2014 Garrett D'Amore <garrett@damore.org> + * * Copyright (c) 1998-1999, by Sun Microsystems, Inc. * All rights reserved. */ @@ -43,9 +45,6 @@ #ifndef _ISO_SIGNAL_ISO_H #define _ISO_SIGNAL_ISO_H -#pragma ident "%Z%%M% %I% %E% SMI" -/* SVr4.0 1.5.3.4 */ - #include <sys/iso/signal_iso.h> #ifdef __cplusplus @@ -58,8 +57,6 @@ namespace std { typedef int sig_atomic_t; -#if defined(__STDC__) - #ifdef __cplusplus extern "C" SIG_PF signal(int, SIG_PF); #else @@ -67,13 +64,6 @@ extern void (*signal(int, void (*)(int)))(int); #endif extern int raise(int); -#else /* __STDC__ */ - -extern void(*signal())(); -extern int raise(); - -#endif /* __STDC__ */ - #if __cplusplus >= 199711L } #endif /* end of namespace std */ |