]> git.ipfire.org Git - thirdparty/glibc.git/commit
support: Add xclock_gettime
authorMike Crowe <mac@mcrowe.com>
Wed, 8 May 2019 14:58:17 +0000 (16:58 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 8 May 2019 14:58:17 +0000 (16:58 +0200)
commit33647a7294266b57dab33491abc9ca969b6798e3
tree5fda0b1d58a25b8e14dbcdbba14b713fb488e7b2
parentb2f601ba9ac02bf069fd6d8aa925ed15445fd02b
support: Add xclock_gettime

* support/xclock_gettime.c (xclock_gettime): New file. Provide
clock_gettime wrapper for use in tests that fails the test rather
than returning failure.

* support/xtime.h: New file to declare xclock_gettime.

* support/Makefile: Add xclock_gettime.c.

* support/README: Mention xtime.h.
ChangeLog
support/Makefile
support/README
support/xclock_gettime.c [new file with mode: 0644]
support/xtime.h [new file with mode: 0644]