X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=networking%2Fisrv.h;h=4c7e01dd1f9e0b4d68fe2d9e77f00b2ccdee35b3;hb=3b45801dc6e3484ffb2a86958fce587974842c6b;hp=c0158a3e310f541360e65988d64c3b4c2d020646;hpb=98636eb08c5ecc216e18970e11f7021206ac9b04;p=oweals%2Fbusybox.git diff --git a/networking/isrv.h b/networking/isrv.h index c0158a3e3..4c7e01dd1 100644 --- a/networking/isrv.h +++ b/networking/isrv.h @@ -5,12 +5,10 @@ * * Copyright (C) 2007 Denys Vlasenko * - * Licensed under GPL version 2, 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 /* opaque structure */ struct isrv_state_t; @@ -36,6 +34,4 @@ void isrv_run( int linger_timeout ); -#if __GNUC_PREREQ(4,1) -# pragma GCC visibility pop -#endif +POP_SAVED_FUNCTION_VISIBILITY