mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-01 05:33:36 +08:00
Update.
2000-04-13 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/getcpuclockid.c (pthread_getcpuclockid): Fix typo.
This commit is contained in:
parent
3737ff12bc
commit
547ff46273
@ -1,3 +1,8 @@
|
||||
2000-04-13 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/getcpuclockid.c
|
||||
(pthread_getcpuclockid): Fix typo.
|
||||
|
||||
2000-04-12 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* Makefile (libpthread-routines): Add getcpuclockid.
|
||||
|
@ -31,7 +31,7 @@ pthread_getcpuclockid (pthread_t thread_id, clockid_t *clock_id)
|
||||
return EPERM;
|
||||
|
||||
/* Store the number. */
|
||||
*clock_id = CLOCK_PTHREAD_CPUTIME_ID;
|
||||
*clock_id = CLOCK_THREAD_CPUTIME_ID;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -240,7 +240,7 @@ if test ~/ = //; then
|
||||
echo / | cmp - $testout || result=1
|
||||
else
|
||||
echo ~/ | cmp - $testout || result=1
|
||||
endif
|
||||
fi
|
||||
|
||||
# Test tilde expansion with username
|
||||
${elf_objpfx}${rtld_installed_name} --library-path ${library_path} \
|
||||
|
Loading…
Reference in New Issue
Block a user