diff options
Diffstat (limited to 'lib/libc')
-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> |