Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-04-18 01:38:47 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-04-18 01:38:47 +0400
commit271938959c9ac59d89fbc205d80c01a0aea640c0 (patch)
treeb5be393039345907e3d7fb3a427011e5a4a084b6 /newlib
parent6b0f808e350f588862cdb549a1450de21cd45831 (diff)
2002-04-17 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/signal.c: Remove include of <bits/sigset.h>. * libc/sys/linux/sys/signal.h: Add include of <bits/sigset.h>.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/sys/linux/signal.c1
-rw-r--r--newlib/libc/sys/linux/sys/signal.h1
3 files changed, 6 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 0b8f84502..253ebd64f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2002-04-17 Jeff Johnston <jjohnstn@redhat.com>
+ * libc/sys/linux/signal.c: Remove include of <bits/sigset.h>.
+ * libc/sys/linux/sys/signal.h: Add include of <bits/sigset.h>.
+
+2002-04-17 Jeff Johnston <jjohnstn@redhat.com>
+
* libc/time/time.tex: Add tzset info.
2002-04-17 Jeff Johnston <jjohnstn@redhat.com>
diff --git a/newlib/libc/sys/linux/signal.c b/newlib/libc/sys/linux/signal.c
index 99379b597..813b9d9cd 100644
--- a/newlib/libc/sys/linux/signal.c
+++ b/newlib/libc/sys/linux/signal.c
@@ -6,7 +6,6 @@
#include <signal.h>
#include <unistd.h>
#include <sys/types.h>
-#include <bits/sigset.h>
#include <machine/syscall.h>
/* avoid name space pollution */
diff --git a/newlib/libc/sys/linux/sys/signal.h b/newlib/libc/sys/linux/sys/signal.h
index f48956a92..49a661d09 100644
--- a/newlib/libc/sys/linux/sys/signal.h
+++ b/newlib/libc/sys/linux/sys/signal.h
@@ -8,6 +8,7 @@
#include <sys/types.h>
#include <linux/signal.h>
+#include <bits/sigset.h>
/* --- include/signal.h thinks it knows better :-( --- */