aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-08-15 19:01:50 +0000
committerMark Kettenis <kettenis@gnu.org>2000-08-15 19:01:50 +0000
commit724000bc4a893f96a8e56de3c1f8757dfc4bf7b1 (patch)
tree9b369833814a5eeb8121961112428079a5a44f35 /sysdeps/mach
parentfd811dc69a77e9c76637c3c64646497dedcddfcf (diff)
downloadglibc-724000bc4a893f96a8e56de3c1f8757dfc4bf7b1.tar
glibc-724000bc4a893f96a8e56de3c1f8757dfc4bf7b1.tar.gz
glibc-724000bc4a893f96a8e56de3c1f8757dfc4bf7b1.tar.bz2
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')
-rw-r--r--sysdeps/mach/hurd/bits/time.h6
-rw-r--r--sysdeps/mach/hurd/i386/bits/time.h6
2 files changed, 0 insertions, 12 deletions
diff --git a/sysdeps/mach/hurd/bits/time.h b/sysdeps/mach/hurd/bits/time.h
index 55ae998623..183c2fca76 100644
--- a/sysdeps/mach/hurd/bits/time.h
+++ b/sysdeps/mach/hurd/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
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