diff options
| author | christos <christos@NetBSD.org> | 2007-02-02 23:00:53 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2007-02-02 23:00:53 +0000 |
| commit | a12ac1f620d4d295f3ff48d539a79cde0fb97a25 (patch) | |
| tree | 7c3e05e1926f1924220bb859ec9a89be3526d2fa /include | |
| parent | aa781c37c2b88f8533a2c5cbe8c41ae637b02400 (diff) | |
remove __SAFE
Diffstat (limited to 'include')
| -rw-r--r-- | include/stdio.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h index 680e5dc7626..64b68c60b97 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -1,4 +1,4 @@ -/* $NetBSD: stdio.h,v 1.67 2006/12/09 19:33:42 bjh21 Exp $ */ +/* $NetBSD: stdio.h,v 1.68 2007/02/02 23:00:53 christos Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -157,7 +157,6 @@ __END_DECLS #define __SOFF 0x1000 /* set iff _offset is in fact correct */ #define __SMOD 0x2000 /* true => fgetln modified _p text */ #define __SALC 0x4000 /* allocate string space dynamically */ -#define __SAFE 0x8000 /* don't call signal-unsafe functions */ /* * The following three definitions are for ANSI C, which took them |
