From 35600a9a833bc287a025214c9601574e4a8115d7 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 2 Nov 2008 16:24:05 +0100 Subject: [PATCH] Mark 'atexit' obsolete. --- ChangeLog | 7 +++++++ modules/atexit | 6 ++++++ modules/chdir-long | 1 + modules/wait-process | 1 + 4 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index e1bbd992e..e66e20e87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2008-11-02 Bruno Haible + 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 + * gnulib-tool: New option --with-obsolete. (func_usage): Document it. (func_modules_transitive_closure): Drop obsolete dependencies if diff --git a/modules/atexit b/modules/atexit index adce14dc3..5bb202e60 100644 --- a/modules/atexit +++ b/modules/atexit @@ -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 diff --git a/modules/chdir-long b/modules/chdir-long index 8b0d551e1..f9cb40275 100644 --- a/modules/chdir-long +++ b/modules/chdir-long @@ -7,6 +7,7 @@ lib/chdir-long.c m4/chdir-long.m4 Depends-on: +atexit fchdir fcntl openat diff --git a/modules/wait-process b/modules/wait-process index 447e580d5..0670bda86 100644 --- a/modules/wait-process +++ b/modules/wait-process @@ -16,6 +16,7 @@ gettext-h stdbool sys_wait unistd +atexit configure.ac: gl_WAIT_PROCESS -- 2.11.0