X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Ftime.h;h=57db23032f381d11bdaf4e0045466d2aba9bfa70;hp=784685d0d037fb24dc59f28d7683e50d0fcb8915;hb=0e9b1a27ae0d06ede490aa0c96b8dc35624388d0;hpb=3071bd27f65baa5a3dfd135011231c8fb92dca7d diff --git a/includes/time.h b/includes/time.h index 784685d..57db230 100644 --- a/includes/time.h +++ b/includes/time.h @@ -27,7 +27,7 @@ _PDCLIB_DEFINE_STRUCT_TIMESPEC() _PDCLIB_DEFINE_STRUCT_TM() #endif -time_t time(time_t* t); +time_t time(time_t* t) _PDCLIB_nothrow; _PDCLIB_END_EXTERN_C #endif