diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-17 03:10:29 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-17 03:10:29 +0000 |
commit | 164a928b77f596b6617a4bbf43a2c06bc35a5602 (patch) | |
tree | 8d1f20c152e2eec919c58e3259a20cc038b5d7c4 /include/stdio.h | |
parent | 8c325ee38bf779dc5d51e41281d3b8230c3af971 (diff) | |
download | uClibc-alpine-164a928b77f596b6617a4bbf43a2c06bc35a5602.tar.bz2 uClibc-alpine-164a928b77f596b6617a4bbf43a2c06bc35a5602.tar.xz |
Merge from trunk.
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; |