changeset 3392:0cab056764c8

[LINUX]: #undef signal.
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Jun 1993 08:08:11 +0000
parents 025f68746fc3
children 5ee985ad8340
files lib-src/=timer.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/=timer.c	Tue Jun 01 08:07:38 1993 +0000
+++ b/lib-src/=timer.c	Tue Jun 01 08:08:11 1993 +0000
@@ -23,6 +23,12 @@
 #define SIGIO	SIGUSR1
 #endif
 
+#ifdef LINUX
+/* Perhaps this is correct unconditionally.  */
+#undef signal
+#endif
+
+
 extern int errno;
 extern char *sys_errlist[], *malloc ();
 extern time_t time ();