libc-symbols.h: Remove definition of internal_function

This commit is contained in:
Florian Weimer 2017-08-31 18:31:04 +02:00
parent 41ad5ca60e
commit 65284eb7a8
2 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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))