Mark 'raise' obsolete.
authorBruno Haible <bruno@clisp.org>
Sun, 2 Nov 2008 16:43:40 +0000 (17:43 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 2 Nov 2008 16:43:40 +0000 (17:43 +0100)
ChangeLog
modules/raise
modules/stdio
modules/write

index f05fa77..05226a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2008-11-02  Bruno Haible  <bruno@clisp.org>
 
+       Mark 'raise' obsolete.
+       * modules/raise (Status, Notice): New sections.
+       (Include): Specify <signal.h>.
+       * modules/stdio (Depends-on): Add raise.
+       * modules/write (Depends-on): Likewise.
+
+2008-11-02  Bruno Haible  <bruno@clisp.org>
+
        Mark 'memset' obsolete.
        * modules/memset (Status, Notice): New sections.
 
index e94ee74..7735dfe 100644 (file)
@@ -1,6 +1,12 @@
 Description:
 Send a signal to the executing process.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/raise.c
 
@@ -12,6 +18,7 @@ AC_REPLACE_FUNCS(raise)
 Makefile.am:
 
 Include:
+<signal.h>
 
 License:
 LGPLv2+
index b1eeffe..5daae68 100644 (file)
@@ -9,6 +9,7 @@ m4/stdio_h.m4
 Depends-on:
 include_next
 link-warning
+raise
 
 configure.ac:
 gl_STDIO_H
index 8dd6340..0f0fc5f 100644 (file)
@@ -7,6 +7,7 @@ m4/write.m4
 
 Depends-on:
 unistd
+raise
 
 configure.ac:
 gl_FUNC_WRITE