diff options
Diffstat (limited to 'include/stdio.h')
-rw-r--r-- | include/stdio.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/stdio.h b/include/stdio.h index 049126d9b..54997f8c4 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -807,10 +807,6 @@ extern int obstack_vprintf (struct obstack *__restrict __obstack, #if defined __USE_POSIX || defined __USE_MISC /* These are defined in POSIX.1:1996. */ -/* Print out MESSAGE on the error output and abort. */ -extern void __libc_fatal (__const char *__message) - __attribute__ ((__noreturn__)); - /* Acquire ownership of STREAM. */ extern void flockfile (FILE *__stream) __THROW; |