Date: Sat, 22 Apr 2006 15:09:16 +0000 (UTC) From: Daniel Eischen <deischen@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio Makefile.inc Symbol.map fclose.3 fcloseall.c local.h Message-ID: <200604221509.k3MF9Gax020728@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604221509.k3MF9Gax020728>