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

Stefan Farfeleder stefanf at FreeBSD.org
Mon Sep 12 06:46:32 PDT 2005


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


More information about the cvs-all mailing list