mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 10:23:31 +08:00
remove ifdef
This commit is contained in:
parent
6507fa63ce
commit
b00705596d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user