author | Rich Felker <dalias@aerifal.cx> | 2011年03月29日 13:01:25 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011年03月29日 13:01:25 -0400 |
commit | 80c4dcd2535a2d7f01eb539b0358dc51b0c0e122 (patch) | |
tree | 45bd30741a6f37bd0191467663dfbe5fb108c471 /include/limits.h | |
parent | bf619d82c82052741323aa63c107fbd346c8aaba (diff) | |
download | musl-80c4dcd2535a2d7f01eb539b0358dc51b0c0e122.tar.gz |
-rw-r--r-- | include/limits.h | 1 |
diff --git a/include/limits.h b/include/limits.h index 55ad8231..3953aea5 100644 --- a/include/limits.h +++ b/include/limits.h @@ -31,6 +31,7 @@ #define PTHREAD_DESTRUCTOR_ITERATIONS 4 #define SEM_VALUE_MAX 0x7fffffff #define SEM_NSEMS_MAX 256 +#define DELAYTIMER_MAX 0x7fffffff /* Arbitrary numbers... */ |