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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"