diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-03 05:00:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-03 05:00:33 +0000 |
commit | e5497892bb7e66511e5e9a7502cac6c3f32b73dd (patch) | |
tree | 53866a1c32f5b9f266f8288c43bed8b11a7f4ba0 /nptl/sysdeps | |
parent | ad0e8eb0a565a44fe9616354d4e7556c3df9ae76 (diff) | |
download | glibc-e5497892bb7e66511e5e9a7502cac6c3f32b73dd.tar glibc-e5497892bb7e66511e5e9a7502cac6c3f32b73dd.tar.gz glibc-e5497892bb7e66511e5e9a7502cac6c3f32b73dd.tar.bz2 glibc-e5497892bb7e66511e5e9a7502cac6c3f32b73dd.zip |
Update.
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Likewise.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h | 3 | ||||
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h b/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h index c1cc5bd27b..f40e3c633a 100644 --- a/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h +++ b/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h @@ -129,4 +129,7 @@ /* 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 */ diff --git a/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h b/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h index 4a750b8f6f..ad50705d4f 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h +++ b/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h @@ -135,4 +135,7 @@ /* 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 */ |