|
|
|
--- dietlibc-0.27/include/sys/cdefs.h.nonnull 2004-09-23 12:14:58.089296912 -0400 +++ dietlibc-0.27/include/sys/cdefs.h 2004-09-23 12:15:41.433707560 -0400 @@ -63,4 +63,10 @@ #define __deprecated__ #endif +#if (__GNUC_ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) +# define __nonnull(params) __attribute__ ((__nonnull__ params)) +#else +# define __nonnull(params) +#endif + #endif
| Results 1 - 1 |