]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 3 Mar 2003 05:00:33 +0000 (05:00 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 3 Mar 2003 05:00:33 +0000 (05:00 +0000)
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.

linuxthreads/ChangeLog
linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h
nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h
sysdeps/unix/sysv/linux/bits/posix_opt.h

index 76589b97e52d2edbcb6f8d1f9cf255d9e8a01c11..eb563bcbe5ed5e72e8b71296799d2505a686dc99 100644 (file)
@@ -2,7 +2,7 @@
 
        * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
        _POSIX_MONOTONIC_CLOCK.
-       * linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
+       * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
 
 2003-03-01  Roland McGrath  <roland@redhat.com>
 
index 6ed0ae5dc0832ca3281b3f61ce1c9692c0ca5d2f..3dae9165544d421254e500d2550ae1a3009e4432 100644 (file)
@@ -1,5 +1,5 @@
 /* Define POSIX options for Linux.
-   Copyright (C) 1996-2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1996-2001, 2002, 2003 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
 /* POSIX message queues are not yet supported.  */
 #undef _POSIX_MESSAGE_PASSING
 
+/* The monotonic clock might be available.  */
+#define _POSIX_MONOTONIC_CLOCK 0
+
 #endif /* posix_opt.h */
index 4c501c5421d7636ec6376370b7674ced1b7d549f..02da4d77dc7c58292b718998f68b95de7a40e605 100644 (file)
@@ -1,5 +1,5 @@
 /* Define POSIX options for Linux/ix86.
-   Copyright (C) 1996-2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1996-2001, 2002, 2003 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
 /* POSIX message queues are not yet supported.  */
 #undef _POSIX_MESSAGE_PASSING
 
+/* The monotonic clock might be available.  */
+#define _POSIX_MONOTONIC_CLOCK 0
+
 #endif /* posix_opt.h */
index c1cc5bd27bf28e3dc9cf55a30f48b7baddf9d196..f40e3c633a2930b107f015968f4b496a92f8cd5f 100644 (file)
 /* Thread process-shared synchronization is supported.  */
 #define _POSIX_THREAD_PROCESS_SHARED   200112L
 
+/* The monotonic clock might be available.  */
+#define _POSIX_MONOTONIC_CLOCK 0
+
 #endif /* posix_opt.h */
index 4a750b8f6f78e3a2921db1d95d35f6522ec37bcc..ad50705d4f4ed425d22eec5b53fce16d535a0e46 100644 (file)
 /* Thread process-shared synchronization is supported.  */
 #define _POSIX_THREAD_PROCESS_SHARED   200112L
 
+/* The monotonic clock might be available.  */
+#define _POSIX_MONOTONIC_CLOCK 0
+
 #endif /* posix_opt.h */
index 00a95c0521ba423f49d19e6301f4f2278d7b0cf0..1a96db298226ca6143f29c30755614a7dc7d30e1 100644 (file)
@@ -1,5 +1,5 @@
 /* Define POSIX options for Linux.
-   Copyright (C) 1996, 1997, 1999, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1996,1997,1999,2000,2002,2003 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
@@ -90,4 +90,7 @@
 /* The `spawn' function family is supported.  */
 #define _POSIX_SPAWN   200112L
 
+/* The monotonic clock might be available.  */
+#define _POSIX_MONOTONIC_CLOCK 0
+
 #endif /* bits/posix_opt.h */