summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-31 18:31:04 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-31 18:52:00 +0200
commit65284eb7a80fad685e1fc1898fc212ec87ed03fd (patch)
tree587809c3cafaac23ac06ffd511aa59cd53610eef
parent41ad5ca60e45c865b6195e9e18082882076aa0dc (diff)
libc-symbols.h: Remove definition of internal_function
-rw-r--r--ChangeLog4
-rw-r--r--include/libc-symbols.h7
2 files changed, 4 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c7341c04d..98701d959b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2017-08-31 Florian Weimer <fweimer@redhat.com>
+ * include/libc-symbols.h (internal_function): Remove.
+
+2017-08-31 Florian Weimer <fweimer@redhat.com>
+
* stdlib/fmtmsg.c (internal_addseverity): Remove
internal_function.
diff --git a/include/libc-symbols.h b/include/libc-symbols.h
index 3617baa8c6..10fd2063b0 100644
--- a/include/libc-symbols.h
+++ b/include/libc-symbols.h
@@ -195,13 +195,6 @@
#endif /* __ASSEMBLER__ */
-/* On some platforms we can make internal function calls (i.e., calls of
- functions not exported) a bit faster by using a different calling
- convention. */
-#ifndef internal_function
-# define internal_function /* empty */
-#endif
-
/* Determine the return address. */
#define RETURN_ADDRESS(nr) \
__builtin_extract_return_addr (__builtin_return_address (nr))