Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/lib/libc/stdio/clrerr.c 165903 2007-01-09 00:28:16Z imp $");
---
> __FBSDID("$FreeBSD: head/lib/libc/stdio/clrerr.c 178721 2008-05-02 15:25:07Z jhb $");
41a42
> #include "local.h"
43d43
< #undef clearerr
44a45,46
> #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
>
52a55,61
>
> void
> clearerr_unlocked(FILE *fp)
> {
>
> __sclearerr(fp);
> }