Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 85780 | Differences between
and this patch

Collapse All | Expand All

(-)misc/sys/cdefs.h (-1 / +1 lines)
Lines 250-256 Link Here
250
250
251
/* The nonull function attribute allows to mark pointer parameters which
251
/* The nonull function attribute allows to mark pointer parameters which
252
   must not be NULL.  */
252
   must not be NULL.  */
253
#if __GNUC_PREREQ (3,3)
253
#if __GNUC_PREREQ (3,4)
254
# define __nonnull(params) __attribute__ ((__nonnull__ params))
254
# define __nonnull(params) __attribute__ ((__nonnull__ params))
255
#else
255
#else
256
# define __nonnull(params)
256
# define __nonnull(params)

Return to bug 85780