This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH COMMITTED] libc-symbols.h: Remove definition of internal_function


2017-08-31  Florian Weimer  <fweimer@redhat.com>

	* include/libc-symbols.h (internal_function): Remove.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]