Closed devbww closed 2 years ago
Further restrict the environments where we know what to expect from mktime(); in particular to __GLIBC__. This means the test will also be skipped when run with alternative Linux C run-time libraries, like https://musl.libc.org/.
mktime()
__GLIBC__
This change is
Further restrict the environments where we know what to expect from
mktime()
; in particular to__GLIBC__
. This means the test will also be skipped when run with alternative Linux C run-time libraries, like https://musl.libc.org/.This change is