X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Ftime.h;h=c5cab814c0d112d493d75d1a35c98bb338195687;hb=eb2e298cdc814493a6ced8c05cf0d0f5cccc8b63;hp=e4b379aea85901146ae5ea4e1a1dccda4972d1e5;hpb=befa5866ee30d09c0c96e88af2eabff5911342ea;p=musl diff --git a/include/sys/time.h b/include/sys/time.h index e4b379ae..c5cab814 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -10,9 +10,6 @@ extern "C" { int gettimeofday (struct timeval *__restrict, void *__restrict); -#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) \ - || defined(_BSD_SOURCE) - #define ITIMER_REAL 0 #define ITIMER_VIRTUAL 1 #define ITIMER_PROF 2 @@ -26,8 +23,6 @@ int getitimer (int, struct itimerval *); int setitimer (int, const struct itimerval *__restrict, struct itimerval *__restrict); int utimes (const char *, const struct timeval [2]); -#endif - #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) struct timezone { int tz_minuteswest;