* '2018wk48' of https://github.com/kerolasa/util-linux:
  include/c: check returns_nonnull function attribute with __GNUC_PREREQ
This commit is contained in:
Karel Zak 2018-12-10 11:58:04 +01:00
commit d046b67541
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
# endif
#endif
#if (__GNUC__ >= 5) || ((__GNUC__ >= 4) && (__GNUC_MINOR__ >= 9))
#if __GNUC_PREREQ (4, 9)
# define __ul_returns_nonnull __attribute__((returns_nonnull))
#else
# define __ul_returns_nonnull