about summary refs log tree commit diff
path: root/resource/bug-ulimit1.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix resource/bug-ulimit1 testSzabolcs Nagy2022-10-281-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>
* * resource/Makefile (tests): Add bug-ulimit1.Ulrich Drepper2008-10-311-0/+21
* resource/bug-ulimit1.c: New file.