summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sigsetops.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2010-12-31 02:58:57 +0000
committerguenther <guenther@openbsd.org>2010-12-31 02:58:57 +0000
commitcd6b1c84c342e2600fe7a2f3cf4d252741b655fb (patch)
tree833c5bd6d43341f25359550b36e1cb111ce03410 /lib/libc/gen/sigsetops.c
parentfix trailing whitespace; (diff)
downloadwireguard-openbsd-cd6b1c84c342e2600fe7a2f3cf4d252741b655fb.tar.xz
wireguard-openbsd-cd6b1c84c342e2600fe7a2f3cf4d252741b655fb.zip
Make this compile with llvm-clang; problem pointed out by Amit Kulkarni
Diffstat (limited to 'lib/libc/gen/sigsetops.c')
-rw-r--r--lib/libc/gen/sigsetops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/sigsetops.c b/lib/libc/gen/sigsetops.c
index d9b35b5c62b..76d2a74ffad 100644
--- a/lib/libc/gen/sigsetops.c
+++ b/lib/libc/gen/sigsetops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sigsetops.c,v 1.5 2005/08/08 08:05:34 espie Exp $ */
+/* $OpenBSD: sigsetops.c,v 1.6 2010/12/31 02:58:57 guenther Exp $ */
/*-
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
@@ -30,6 +30,7 @@
* @(#)sigsetops.c 8.1 (Berkeley) 6/4/93
*/
+#define _ANSI_LIBRARY
#include <errno.h>
#include <signal.h>