diff options
author | Mike Crowe <mac@mcrowe.com> | 2019-05-08 16:58:17 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-05-08 16:58:17 +0200 |
commit | 33647a7294266b57dab33491abc9ca969b6798e3 (patch) | |
tree | 5fda0b1d58a25b8e14dbcdbba14b713fb488e7b2 /support/README | |
parent | b2f601ba9ac02bf069fd6d8aa925ed15445fd02b (diff) | |
download | glibc-33647a7294266b57dab33491abc9ca969b6798e3.tar glibc-33647a7294266b57dab33491abc9ca969b6798e3.tar.gz glibc-33647a7294266b57dab33491abc9ca969b6798e3.tar.bz2 glibc-33647a7294266b57dab33491abc9ca969b6798e3.zip |
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.
Diffstat (limited to 'support/README')
-rw-r--r-- | support/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/README b/support/README index 476cfcda59..d82f472fc7 100644 --- a/support/README +++ b/support/README @@ -10,6 +10,7 @@ error. They are declared in these header files: * support.h * xsignal.h * xthread.h +* xtime.h In general, new wrappers should be added to support.h if possible. However, support.h must remain fully compatible with C90 and therefore |