X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsys_time.in.h;h=442cae3270dab622301e18ae674102f3ec230b01;hb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;hp=e7c092ab83a0fcd1972cb8694667f2b7b512df0c;hpb=c2318e88599d84748f3537b54646913f0af0eb20;p=pspp diff --git a/lib/sys_time.in.h b/lib/sys_time.in.h index e7c092ab83..442cae3270 100644 --- a/lib/sys_time.in.h +++ b/lib/sys_time.in.h @@ -1,6 +1,6 @@ /* Provide a more complete sys/time.h. - Copyright (C) 2007-2008 Free Software Foundation, Inc. + Copyright (C) 2007-2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +18,9 @@ /* Written by Paul Eggert. */ +#if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ +#endif #if defined _GL_SYS_TIME_H @@ -37,6 +39,12 @@ # include # endif +/* The definition of _GL_ARG_NONNULL is copied here. */ + +#ifdef __cplusplus +extern "C" { +#endif + # if ! @HAVE_STRUCT_TIMEVAL@ struct timeval { @@ -48,7 +56,12 @@ struct timeval # if @REPLACE_GETTIMEOFDAY@ # undef gettimeofday # define gettimeofday rpl_gettimeofday -int gettimeofday (struct timeval *restrict, void *restrict); +extern int gettimeofday (struct timeval *restrict, void *restrict) + _GL_ARG_NONNULL ((1)); # endif +#ifdef __cplusplus +} +#endif + #endif /* _GL_SYS_TIME_H */