diff options
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,7 +42,9 @@ extern time_t timezone; typedef unsigned int u_int32_t; typedef unsigned short u_int16_t; typedef unsigned char u_int8_t; +/*@-incondefs@*/ /* LCLint 3.0.0.15 */ typedef int int32_t; +/*@=incondefs@*/ /*@-declundef@*/ /*@only@*/ void * alloca (size_t size) /*@modifies internalState @*/; /*@=declundef@*/ |