History log of /netbsd-current/tests/lib/libc/stdio/h_intr.c
Revision Date Author Comments
# 1.6 11-Sep-2021 rillig

tests/stdio: normalize whitespace


# 1.5 10-Jul-2021 christos

space before star


# 1.4 09-Jul-2021 kre

Make opts.cmd const char * rather than char * -- nothing ever modifies
the string it points to, it is never passed to a function not taking a
const char * arg, and this allows "" (or other literal strings if ever
needed) to be assigned to it - which should fix the build.


# 1.3 09-Jul-2021 christos

fixes from RVP


# 1.2 08-Jul-2021 christos

fix printf format strings


# 1.1 08-Jul-2021 christos

Add interrupted I/O tests (from RVP)