summaryrefslogtreecommitdiff
path: root/include/libc-internal.h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2017-11-07 20:50:27 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2017-11-19 08:26:28 +0100
commita745c4bfc8a9b5db4e48387170da0dc1d39e3abe (patch)
treecbcad0531c831d3b2a8420fdeb330147fbe598e1 /include/libc-internal.h
parentbcbbc6d4f00914279ae42006d13a54bb9b91f144 (diff)
remove unused FORTIFY code fragments
Diffstat (limited to 'include/libc-internal.h')
-rw-r--r--include/libc-internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/libc-internal.h b/include/libc-internal.h
index 87af07cc5..250f7f885 100644
--- a/include/libc-internal.h
+++ b/include/libc-internal.h
@@ -67,11 +67,6 @@ libc_hidden_proto(__xpg_strerror_r)
/* internal access to program name */
extern const char *__uclibc_progname attribute_hidden;
-# ifdef __UCLIBC_HAS_FORTIFY__
-extern void __chk_fail(void) attribute_noreturn;
-libc_hidden_proto(__chk_fail)
-# endif
-
# ifdef __UCLIBC_HAS_SSP__
extern void __stack_chk_fail(void) attribute_noreturn __cold;
# endif