diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2013-01-23 17:27:45 +0100 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2013-01-23 17:27:45 +0100 |
commit | 92a601b883c7886e33ac53a20139e76e57420a2f (patch) | |
tree | ed7753373b7065243a86c52d340caef1e7af4b77 /ChangeLog | |
parent | 9cbbc4aebe27c84d8e598994e176493f339ab1c1 (diff) | |
download | glibc-92a601b883c7886e33ac53a20139e76e57420a2f.tar glibc-92a601b883c7886e33ac53a20139e76e57420a2f.tar.gz glibc-92a601b883c7886e33ac53a20139e76e57420a2f.tar.bz2 glibc-92a601b883c7886e33ac53a20139e76e57420a2f.zip |
ulimit: include <limits.h>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ * sysdeps/unix/sysv/linux/ulimit.c: Moved to ... * sysdeps/posix/ulimit.c: ... this. + Include <limits.h>. 2013-01-23 Adam Conrad <adconrad@0c3.net> |