diff options
author | John Baldwin <jhb@FreeBSD.org> | 2008-05-05 16:03:52 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2008-05-05 16:03:52 +0000 |
commit | 19e03ca8038019fe0fe7f511b91b758b95b78664 (patch) | |
tree | a73bfd427911aab01a6af417c89c61e722b6ea11 /lib/libc/stdio/clrerr.c | |
parent | 97752dfdc7640e2f0cde3665826675accade4221 (diff) |
Notes
Diffstat (limited to 'lib/libc/stdio/clrerr.c')
-rw-r--r-- | lib/libc/stdio/clrerr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/clrerr.c b/lib/libc/stdio/clrerr.c index bae0b72ed1e22..1b318e6a85db1 100644 --- a/lib/libc/stdio/clrerr.c +++ b/lib/libc/stdio/clrerr.c @@ -39,10 +39,10 @@ __FBSDID("$FreeBSD$"); #include "namespace.h" #include <stdio.h> #include "un-namespace.h" -#include "local.h" #include "libc_private.h" -#define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF))) +#undef clearerr +#undef clearerr_unlocked void clearerr(fp) |