summaryrefslogtreecommitdiff
path: root/libc/signal/sigblock.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-09-27 05:24:26 +0000
committerEric Andersen <andersen@codepoet.org>2001-09-27 05:24:26 +0000
commit2512c847453c24b928c34beed88902fbb6877b7a (patch)
tree3d327c54c00684b85c435cffa29c5050888c0a69 /libc/signal/sigblock.c
parente83a36ce9f97ac0f59117b3a62fd2dd8461b1fd5 (diff)
Update to accomodate the header file changes
Diffstat (limited to 'libc/signal/sigblock.c')
-rw-r--r--libc/signal/sigblock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/signal/sigblock.c b/libc/signal/sigblock.c
index 8edfe0df2..dd7a23f96 100644
--- a/libc/signal/sigblock.c
+++ b/libc/signal/sigblock.c
@@ -17,7 +17,6 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA. */
#include <errno.h>
-#define __USE_BSD
#include <signal.h>
/* Block signals in MASK, returning the old mask. */