aboutsummaryrefslogtreecommitdiff
path: root/resource/bug-ulimit1.c
AgeCommit message (Collapse)AuthorFilesLines
2022-11-22Fix resource/bug-ulimit1 testSzabolcs Nagy1-1/+1
ulimit is a variadic function and the second argument must have type long (or unsigned long).
2008-10-31* resource/Makefile (tests): Add bug-ulimit1.Ulrich Drepper1-0/+21
* resource/bug-ulimit1.c: New file.