]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/abort.c
Cleanup of configuration options
[thirdparty/glibc.git] / stdlib / abort.c
index e9d0ab18fd7d05e3d7016d03794438ccd1e141d6..3e517570d71fe1a4cacab986138e09bcc9b935b3 100644 (file)
 # define ABORT_INSTRUCTION
 #endif
 
-#ifdef USE_IN_LIBIO
-# include <libio/libioP.h>
-# define fflush(s) _IO_flush_all_lockp (0)
-#endif
+#include <libio/libioP.h>
+#define fflush(s) _IO_flush_all_lockp (0)
 
 /* Exported variable to locate abort message in core files etc.  */
 struct abort_msg_s *__abort_msg __attribute__ ((nocommon));