mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
conformtest: Fix typo in CLK_TCK condition.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2012-11-07 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
|
||||
Change XOPEN21K to XOPEN2K.
|
||||
|
||||
2012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
|
||||
|
||||
* string/memmove.c: Use memcpy when possible.
|
||||
|
||||
@@ -42,7 +42,7 @@ function int timespec_get (struct timespec *, int)
|
||||
#endif
|
||||
|
||||
#if !defined ISO && !defined ISO99 && !defined ISO11
|
||||
# if !defined XOPEN21K && !defined XOPEN2K8 && !defined POSIX2008
|
||||
# if !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008
|
||||
symbol CLK_TCK
|
||||
# endif
|
||||
constant CLOCK_PROCESS_CPUTIME_ID
|
||||
|
||||
Reference in New Issue
Block a user