aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/hp-timing.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-18 06:35:08 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-18 06:35:08 +0000
commit5732c4df916d57ac0ada6817653c13b8d4f19783 (patch)
treee2aad0964509f273cf160d53cc6e5a11c0ae334e /sysdeps/generic/hp-timing.h
parentfaf2289fa14a6d1c7d9ccb40bcefd92c3e55d517 (diff)
downloadglibc-5732c4df916d57ac0ada6817653c13b8d4f19783.tar
glibc-5732c4df916d57ac0ada6817653c13b8d4f19783.tar.gz
glibc-5732c4df916d57ac0ada6817653c13b8d4f19783.tar.bz2
glibc-5732c4df916d57ac0ada6817653c13b8d4f19783.zip
Update.
* sysdeps/generic/hp-timing.h (HP_TIMING_NONAVAIL): Define to signal timing is not really implemented. 2000-04-17 Andreas Jaeger <aj@suse.de> * elf/rtld.c (process_dl_debug): Mention statistics in help message. 2000-04-17 Jakub Jelinek <jakub@redhat.com> * Makefile (install): Use slibdir and libdir instead of inst_slibdir and inst_libdir. 2000-04-17 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'sysdeps/generic/hp-timing.h')
-rw-r--r--sysdeps/generic/hp-timing.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysdeps/generic/hp-timing.h b/sysdeps/generic/hp-timing.h
index 35f3291e63..e9e4e2d827 100644
--- a/sysdeps/generic/hp-timing.h
+++ b/sysdeps/generic/hp-timing.h
@@ -1,5 +1,5 @@
/* High precision, low overhead timing functions. Generic version.
- Copyright (C) 1998 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
@@ -77,4 +77,7 @@ typedef int hp_timing_t;
#define HP_TIMING_ACCUM_NT(Sum, Diff)
#define HP_TIMING_PRINT(Buf, Len, Val)
+/* Since this implementation is not available we tell the user about it. */
+#define HP_TIMING_NONAVAIL 1
+
#endif /* hp-timing.h */