|
From: | Bruno Haible |
Subject: | Re: mark atexit, memchr, memcmp, memcpy, memmove, memset, raise, rmdir, strcspn, strpbrk as obsolete |
Date: | Sun, 2 Nov 2008 16:24:25 +0100 |
User-agent: | KMail/1.5.4 |
This marks 'atexit' obsolete. Now that dependencies to obsolete modules are ignored by default, we can put back the these dependencies, so that --with-obsolete works right. 2008-11-02 Bruno Haible <address@hidden> Mark 'atexit' obsolete. * modules/atexit (Status, Notice): New sections. * modules/chdir-long (Depends-on): Add atexit. * modules/wait-process (Depends-on): Likewise. --- modules/atexit.orig 2008-11-02 16:22:10.000000000 +0100 +++ modules/atexit 2008-11-02 15:30:11.000000000 +0100 @@ -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 --- modules/chdir-long.orig 2008-11-02 16:22:10.000000000 +0100 +++ modules/chdir-long 2008-11-02 16:20:14.000000000 +0100 @@ -7,6 +7,7 @@ m4/chdir-long.m4 Depends-on: +atexit fchdir fcntl openat --- modules/wait-process.orig 2008-11-02 16:22:10.000000000 +0100 +++ modules/wait-process 2008-11-02 16:20:31.000000000 +0100 @@ -16,6 +16,7 @@ stdbool sys_wait unistd +atexit configure.ac: gl_WAIT_PROCESS
[Prev in Thread] | Current Thread | [Next in Thread] |