update from libc
[gnulib.git] / lib / atexit.c
index 137d985..85e992f 100644 (file)
@@ -3,8 +3,6 @@
 
 #include "config.h"
 
-#ifdef HAVE_ON_EXIT
-
 int
 atexit(f)
      void (*f)();
@@ -14,5 +12,3 @@ atexit(f)
   on_exit (f, 0);
   return 0;
 }
-
-#endif