diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-12-31 02:58:58 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2010-12-31 02:58:58 +0000 |
commit | b7ffca5478a2590875ba441e0c2916964b581b5f (patch) | |
tree | e76abbf99e72e69a1c27b30cb3c23aa7169211f2 /lib/libc/gen/sigsetops.c | |
parent | 84fecd311fc17ebdce5f0f470783e3e0d5c99596 (diff) |
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.c | 3 |
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> |