cvs commit: src/lib/libc/stdio Makefile.inc Symbol.map fclose.3
fcloseall.c local.h
Daniel Eischen
deischen at FreeBSD.org
Sat Apr 22 15:09:16 UTC 2006
deischen 2006-04-22 15:09:15 UTC
FreeBSD src repository
Modified files:
lib/libc/stdio Makefile.inc Symbol.map fclose.3 local.h
Added files:
lib/libc/stdio fcloseall.c
Log:
Add fcloseall() to libc. This removes the need to export _cleanup().
Linux also provides an fcloseall() implementation.
Discussed on: arch
Revision Changes Path
1.37 +4 -3 src/lib/libc/stdio/Makefile.inc
1.3 +1 -0 src/lib/libc/stdio/Symbol.map
1.13 +15 -1 src/lib/libc/stdio/fclose.3
1.1 +39 -0 src/lib/libc/stdio/fcloseall.c (new)
1.29 +1 -0 src/lib/libc/stdio/local.h
More information about the cvs-src
mailing list