diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index b0d88f3f0bba..44bed25ecca1 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -268,7 +268,7 @@ * software that is unaware of C99 keywords. */ #if !(__GNUC__ == 2 && __GNUC_MINOR__ == 95) -#if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 199901 +#if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 199901 || defined(lint) #define __restrict #else #define __restrict restrict