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>.
This commit is contained in:
parent
6b0f808e35
commit
271938959c
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <linux/signal.h>
|
||||
#include <bits/sigset.h>
|
||||
|
||||
/* --- include/signal.h thinks it knows better :-( --- */
|
||||
|
||||
|
|
Loading…
Reference in New Issue