diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-14 05:22:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-14 05:22:20 +0000 |
commit | 8a632183fba433b452e3ab72b1d35809d3251f49 (patch) | |
tree | 2d9a4aa2eb58b940f75146cc216669912b866371 | |
parent | 9ff6d9a06773b7115c0d3c24e771c2544301585b (diff) | |
download | glibc-8a632183fba433b452e3ab72b1d35809d3251f49.tar glibc-8a632183fba433b452e3ab72b1d35809d3251f49.tar.gz glibc-8a632183fba433b452e3ab72b1d35809d3251f49.tar.bz2 glibc-8a632183fba433b452e3ab72b1d35809d3251f49.zip |
__clockid_t and __timer_t are now defined in bits/types.h.
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/bits/time.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/bits/time.h b/sysdeps/unix/sysv/linux/alpha/bits/time.h index bbf93f6952..ed9382bda6 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/time.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/time.h @@ -1,5 +1,5 @@ /* System-dependent timing definitions. Linux/Alpha version. - Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -39,12 +39,6 @@ # define CLK_TCK 1024 # 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 |