From 65284eb7a80fad685e1fc1898fc212ec87ed03fd Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 31 Aug 2017 18:31:04 +0200 Subject: libc-symbols.h: Remove definition of internal_function --- include/libc-symbols.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/libc-symbols.h') diff --git a/include/libc-symbols.h b/include/libc-symbols.h index 3617baa..10fd206 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)) -- cgit v1.1