summaryrefslogtreecommitdiff
path: root/testsuites/psxtests/psxhdrs/utime/utime.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2018-12-13psxhdrs: Changed the Copyright license to BSD-2-Clause .Pritish Jain
The Copyright clause has been changed to BSD-2-Clause for all the tests in the header files math.h , utime.h , fmtmsg.h and sys/ipc.h .
2018-12-05psxhdrs: Fix spacingJoel Sherrill
2018-12-02psxhdrs:Add POSIX conformance test for utime.h (GCI 2018)Shashvat Jain