X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=networking%2Ftcpudp_perhost.h;h=3e5757678bb6685f7d5b5971474f60c39176c0d9;hb=2db782bc7be70c34a756e2bc6d4a53e8f47bab20;hp=2e093c1c423680824e9c13b6bbd838de870ea12a;hpb=98636eb08c5ecc216e18970e11f7021206ac9b04;p=oweals%2Fbusybox.git diff --git a/networking/tcpudp_perhost.h b/networking/tcpudp_perhost.h index 2e093c1c4..3e5757678 100644 --- a/networking/tcpudp_perhost.h +++ b/networking/tcpudp_perhost.h @@ -4,12 +4,10 @@ * * Copyright (C) 2007 Denys Vlasenko. * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ -#if __GNUC_PREREQ(4,1) -# pragma GCC visibility push(hidden) -#endif +PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN struct hcc { char *ip; @@ -32,6 +30,4 @@ void ipsvd_perhost_remove(int pid); //unsigned ipsvd_perhost_setpid(int pid); //void ipsvd_perhost_free(void); -#if __GNUC_PREREQ(4,1) -# pragma GCC visibility pop -#endif +POP_SAVED_FUNCTION_VISIBILITY