aboutsummaryrefslogtreecommitdiff
path: root/resource/bug-ulimit1.c
AgeCommit message (Collapse)AuthorFilesLines
2022-10-28Fix resource/bug-ulimit1 testSzabolcs Nagy1-1/+1
ulimit is a variadic function and the second argument must have type long (or unsigned long). Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2008-10-31* resource/Makefile (tests): Add bug-ulimit1.Ulrich Drepper1-0/+21
* resource/bug-ulimit1.c: New file.