strtod: fix bug in replacement function on AIX
[gnulib.git] / modules / exit
index b8d3994..18899f2 100644 (file)
@@ -1,19 +1,26 @@
 Description:
 exit() function: program termination.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete. It will be removed on 2011-01-01.  Use 'stdlib'.
+
 Files:
-lib/exit.h
 
 Depends-on:
+stdlib
 
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += exit.h
 
 Include:
-"exit.h"
+<stdlib.h>
+
+License:
+LGPLv2+
 
 Maintainer:
 Bruno Haible
-