Date: Mon, 12 Sep 2005 13:46:32 +0000 (UTC) From: Stefan Farfeleder <stefanf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/include libc_private.h src/lib/libc/stdio local.h makebuf.c src/lib/libc/stdlib abort.c exit.c Message-ID: <200509121346.j8CDkWPC050767@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
stefanf 2005-09-12 13:46:32 UTC FreeBSD src repository Modified files: lib/libc/include libc_private.h lib/libc/stdio local.h makebuf.c lib/libc/stdlib abort.c exit.c Log: Move the declaration of __cleanup to libc_private.h as it is used in both stdio/ and stdlib/. Don't define __cleanup twice. Revision Changes Path 1.13 +5 -0 src/lib/libc/include/libc_private.h 1.27 +0 -1 src/lib/libc/stdio/local.h 1.5 +3 -1 src/lib/libc/stdio/makebuf.c 1.10 +1 -1 src/lib/libc/stdlib/abort.c 1.8 +3 -1 src/lib/libc/stdlib/exit.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509121346.j8CDkWPC050767>