DragonFly BSD
DragonFly commits List (threaded) for 2004-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/lib/libc/stdlib atexit.c atexit.h exit.c


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 22 Jan 2004 13:36:10 -0800 (PST)

joerg       2004/01/22 13:36:10 PST

DragonFly src repository

  Modified files:
    lib/libc/stdlib      atexit.c atexit.h exit.c 
  Log:
  Implement __cxa_atexit and __cxa_finalize as requested by the cross-platform
  C++ ABI. Adjust atexit to use the new interface.
  
  Revision  Changes    Path
  1.4       +101 -6    src/lib/libc/stdlib/atexit.c
  1.2       +2 -7      src/lib/libc/stdlib/atexit.h
  1.4       +2 -6      src/lib/libc/stdlib/exit.c


http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdlib/atexit.c.diff?r1=1.3&r2=1.4&f=h
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdlib/atexit.h.diff?r1=1.1&r2=1.2&f=h
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdlib/exit.c.diff?r1=1.3&r2=1.4&f=h



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]