]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
libc-symbols.h: Remove definition of internal_function
authorFlorian Weimer <fweimer@redhat.com>
Thu, 31 Aug 2017 16:31:04 +0000 (18:31 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 31 Aug 2017 16:52:00 +0000 (18:52 +0200)
ChangeLog
include/libc-symbols.h

index 4c7341c04d3dbc9d0c115fc40d8b0e9952bff1b6..98701d959b478e781e7ad96170e12cddd4246e7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 3617baa8c664b2a627c1e4c291db77e0a05cecbb..10fd2063b01d5caedb62c99a5a839d17e7a04feb 100644 (file)
 
 #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))