diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-08-15 19:01:50 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-08-15 19:01:50 +0000 |
commit | 724000bc4a893f96a8e56de3c1f8757dfc4bf7b1 (patch) | |
tree | 9b369833814a5eeb8121961112428079a5a44f35 /sysdeps/mach/hurd/i386/bits | |
parent | fd811dc69a77e9c76637c3c64646497dedcddfcf (diff) | |
download | glibc-724000bc4a893f96a8e56de3c1f8757dfc4bf7b1.tar.gz glibc-724000bc4a893f96a8e56de3c1f8757dfc4bf7b1.tar.xz glibc-724000bc4a893f96a8e56de3c1f8757dfc4bf7b1.zip |
* sysdeps/mach/hurd/i386/bits/time.h (__clockid_t, __timer_t): Remove typedefs. * sysdeps/mach/hurd/bits/time.h (__clockid_t, __timer_t): Remove typedefs. * sysdeps/generic/bits/time.h (__clockid_t, __timer_t): Remove typedefs. * sysdeps/generic/bits/types.h (__clockid_t, __timer_t): New typedefs.
* sysdeps/mach/hurd/i386/bits/time.h (__clockid_t, __timer_t): Remove typedefs. * sysdeps/mach/hurd/bits/time.h (__clockid_t, __timer_t): Remove typedefs. * sysdeps/generic/bits/time.h (__clockid_t, __timer_t): Remove typedefs. * sysdeps/generic/bits/types.h (__clockid_t, __timer_t): New typedefs. 2000-08-15 Mark Kettenis <kettenis@gnu.org>
Diffstat (limited to 'sysdeps/mach/hurd/i386/bits')
-rw-r--r-- | sysdeps/mach/hurd/i386/bits/time.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/mach/hurd/i386/bits/time.h b/sysdeps/mach/hurd/i386/bits/time.h index f113030ae2..360b4166a4 100644 --- a/sysdeps/mach/hurd/i386/bits/time.h +++ b/sysdeps/mach/hurd/i386/bits/time.h @@ -41,12 +41,6 @@ extern int __libc_clk_tck (void) __attribute__ ((__const__)); # endif -/* Clock ID used in clock and timer functions. */ -typedef int __clockid_t; - -/* Timer ID returned by `timer_create'. */ -typedef int __timer_t; - # ifdef __USE_POSIX199309 /* Identifier for system-wide realtime clock. */ # define CLOCK_REALTIME 0 |