2000-04-13  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/i386/getcpuclockid.c
	(pthread_getcpuclockid): Fix typo.
This commit is contained in:
Ulrich Drepper 2000-04-13 15:13:26 +00:00
parent 3737ff12bc
commit 547ff46273
3 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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;
}

View File

@ -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} \