X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ftime.h;h=57db23032f381d11bdaf4e0045466d2aba9bfa70;hb=ab6ee64b38cee9cd2ce9872714c77c19da9fb031;hp=784685d0d037fb24dc59f28d7683e50d0fcb8915;hpb=9b477d6decac9f5e2bf4a3e9ce41495bb1ad8333;p=pdclib.old 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