* sysdeps/mach/hurd/i386/bits/time.h (__clockid_t, __timer_t): Remove typedefs. ...
authorMark Kettenis <kettenis@gnu.org>
Tue, 15 Aug 2000 19:01:50 +0000 (19:01 +0000)
committerMark Kettenis <kettenis@gnu.org>
Tue, 15 Aug 2000 19:01:50 +0000 (19:01 +0000)
* 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>

ChangeLog
bits/time.h
bits/types.h
sysdeps/generic/bits/time.h
sysdeps/generic/bits/types.h
sysdeps/mach/hurd/bits/time.h
sysdeps/mach/hurd/i386/bits/time.h

index eb77458..1567e22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2000-08-15  Mark Kettenis  <kettenis@gnu.org>
 
+       * 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>
+
        * sysdeps/mach/hurd/xstatconv.c: New file.
        * sysdeps/mach/hurd/fxstat64.c: New file.
        * sysdeps/mach/hurd/lxstat64.c: New file.
index 6ef97b7..0c3f7fd 100644 (file)
@@ -1,5 +1,5 @@
 /* System-dependent timing definitions.  Stub version.
-   Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 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
 
 #  define CLOCKS_PER_SEC 60
 
-/* 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
index a7b736d..fd2ec22 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,92,94,95,96,97,98,99, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991,92,94,95,96,97,98,99,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
@@ -86,6 +86,13 @@ typedef long int __swblk_t;  /* Type of a swap block maybe?  */
 typedef long int __key_t;      /* Type of an IPC key */
 \f
 
+/* Clock ID used in clock and timer functions.  */
+typedef int __clockid_t;
+
+/* Timer ID returned by `timer_create'.  */
+typedef int __timer_t;
+
+
 /* One element in the file descriptor mask array.  */
 typedef unsigned long int __fd_mask;
 
index 6ef97b7..0c3f7fd 100644 (file)
@@ -1,5 +1,5 @@
 /* System-dependent timing definitions.  Stub version.
-   Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 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
 
 #  define CLOCKS_PER_SEC 60
 
-/* 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
index a7b736d..fd2ec22 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991,92,94,95,96,97,98,99, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991,92,94,95,96,97,98,99,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
@@ -86,6 +86,13 @@ typedef long int __swblk_t;  /* Type of a swap block maybe?  */
 typedef long int __key_t;      /* Type of an IPC key */
 \f
 
+/* Clock ID used in clock and timer functions.  */
+typedef int __clockid_t;
+
+/* Timer ID returned by `timer_create'.  */
+typedef int __timer_t;
+
+
 /* One element in the file descriptor mask array.  */
 typedef unsigned long int __fd_mask;
 
index 55ae998..183c2fc 100644 (file)
 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
index f113030..360b416 100644 (file)
 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