* resource.c (SYS_FUNC(getpriority), SYS_FUNC(setpriority)): Print
the second syscall argument using %d format.
* tests/xetpriority.c: New file.
* tests/xetpriority.test: New test.
* tests/.gitignore: Add xetpriority.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(TESTS): Add xetpriority.test.
--
On Thu, Mar 17, 2016 at 05:30:45PM +0800, Fei Jie wrote:
> * resource.c (SYS_FUNC(getpriority), SYS_FUNC(setpriority)): Print
> the second syscall argument using %d format.
> * tests/xetpriority.c: New file.
> * tests/xetpriority.test: New test.
> * tests/.gitignore: Add xetpriority.
> * tests/Make