Mark 'atexit' obsolete.
authorBruno Haible <bruno@clisp.org>
Sun, 2 Nov 2008 15:24:05 +0000 (16:24 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 2 Nov 2008 15:24:05 +0000 (16:24 +0100)
ChangeLog
modules/atexit
modules/chdir-long
modules/wait-process

index e1bbd992eb42bbdc277f5172490f79a2899db454..e66e20e87310fc44ed25e722774b73d6db82378a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
+       Mark 'atexit' obsolete.
+       * modules/atexit (Status, Notice): New sections.
+       * modules/chdir-long (Depends-on): Add atexit.
+       * modules/wait-process (Depends-on): Likewise.
+
 2008-11-02  Bruno Haible  <bruno@clisp.org>
 
        * gnulib-tool: New option --with-obsolete.
index adce14dc38ad746aad210b2db38275741c9a863b..5bb202e600e7d1acc5c2808eed93b2fd41cf6e28 100644 (file)
@@ -1,6 +1,12 @@
 Description:
 atexit() function: register a function to be called at program termination.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/atexit.c
 m4/atexit.m4
index 8b0d551e111b4ced9756c5267c13548dd3bce489..f9cb4027512e3674da287bd629f32eaeff5d57d4 100644 (file)
@@ -7,6 +7,7 @@ lib/chdir-long.c
 m4/chdir-long.m4
 
 Depends-on:
+atexit
 fchdir
 fcntl
 openat
index 447e580d5d8807a8f0b8e43bdfea951b3df3b8cf..0670bda8666044e3c954e9a7fa0d6323a206fa47 100644 (file)
@@ -16,6 +16,7 @@ gettext-h
 stdbool
 sys_wait
 unistd
+atexit
 
 configure.ac:
 gl_WAIT_PROCESS