about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-02-10 11:19:12 +0000
committerRoland McGrath <roland@gnu.org>1996-02-10 11:19:12 +0000
commit932be5efa31cebeb7d09d5786357cb878c4763e4 (patch)
treeb6e7372a7b256b7cfaf1d494c67832bc28560e76
parent6a032d81581978187f562e5533a32e0a6a3d352b (diff)
downloadglibc-932be5efa31cebeb7d09d5786357cb878c4763e4.tar.gz
glibc-932be5efa31cebeb7d09d5786357cb878c4763e4.tar.xz
glibc-932be5efa31cebeb7d09d5786357cb878c4763e4.zip
#undef _SIGNAL_H before defining it.
-rw-r--r--sysdeps/generic/make_siglist.c1
-rw-r--r--sysdeps/unix/sysv/linux/syscalls.list2
2 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/generic/make_siglist.c b/sysdeps/generic/make_siglist.c
index a38ab6aa2e..d42fc0f358 100644
--- a/sysdeps/generic/make_siglist.c
+++ b/sysdeps/generic/make_siglist.c
@@ -19,6 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <signal.h>
 
 /* Get this configuration's defns of the signal numbers.  */
+#undef	_SIGNAL_H
 #define _SIGNAL_H 1
 #include SIGNUM_H
 
diff --git a/sysdeps/unix/sysv/linux/syscalls.list b/sysdeps/unix/sysv/linux/syscalls.list
index 88632fafff..fe22cbeb0b 100644
--- a/sysdeps/unix/sysv/linux/syscalls.list
+++ b/sysdeps/unix/sysv/linux/syscalls.list
@@ -17,6 +17,8 @@ setpgid		-	setpgid		2	setpgid
 setsid		-	setsid		0	__setsid	setsid
 settimeofday	-	settimeofday	2	__settimeofday	settimeofday
 sigpending	-	sigpending	1	sigpending
+sigprocmask	-	sigprocmask	3	sigprocmask
+sigsuspend	-	sigsuspend	1	sigsuspend
 stty		-	stty		2	stty
 umount		-	umount		1	__umount	umount
 wait4		-	wait4		4	__wait4		wait4