changeset 8191:2f463980f425

exit.h is replaced with <stdlib.h>.
author Bruno Haible <bruno@clisp.org>
date Sun, 18 Feb 2007 15:42:12 +0000
parents 6917857967a1
children b9003c1ee8fa
files modules/exit
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/modules/exit
+++ b/modules/exit
@@ -2,17 +2,16 @@
 exit() function: program termination.
 
 Files:
-lib/exit.h
 
 Depends-on:
+stdlib
 
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += exit.h
 
 Include:
-"exit.h"
+<stdlib.h>
 
 License:
 GPL