Fix more C++ link errors on Solaris 8.
[pspp] / modules / exit
index b8d3994b839dfbc9992488a5bb07b5e92259d9aa..18899f28c3c9f30755d2bef42b49a278fde44922 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
-