| author | Rich Felker <dalias@aerifal.cx> | 2013年06月08日 11:40:27 -0400 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2013年06月08日 11:40:27 -0400 | 
| commit | 01739902843e93ec6e9bf8e17d32c8ddf73fad81 (patch) | |
| tree | 6d6b98a6a84a3f01fd28e8b3964bf90ede88742e /include/time.h | |
| parent | ea200e38bd79723054c7ad97cbf87911eac5b7f5 (diff) | |
| download | musl-01739902843e93ec6e9bf8e17d32c8ddf73fad81.tar.gz | |
| -rw-r--r-- | include/time.h | 2 | 
| diff --git a/include/time.h b/include/time.h index 09a65cff..56ffacf5 100644 --- a/include/time.h +++ b/include/time.h @@ -55,7 +55,7 @@ struct tm *localtime (const time_t *);  char *asctime (const struct tm *);  char *ctime (const time_t *); -#define CLOCKS_PER_SEC 1000000UL +#define CLOCKS_PER_SEC 1000000L  #if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \ |