]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 13 Apr 2000 15:13:26 +0000 (15:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 13 Apr 2000 15:13:26 +0000 (15:13 +0000)
2000-04-13  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/unix/sysv/linux/i386/getcpuclockid.c
(pthread_getcpuclockid): Fix typo.

linuxthreads/ChangeLog
linuxthreads/sysdeps/unix/sysv/linux/i386/getcpuclockid.c
posix/globtest.sh

index d7c9b5f20f718c6cd0ed89a4420a4d68cec20de1..aabde7b4ceb2a2b0c141046c4af1688773d7d0a2 100644 (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.
index 2c4218acdc7ae3d5b88116d83019e0aa8b618b12..4fd99a3fde7eb7c806dc15030083ecc35bad4b23 100644 (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;
 }
index 40d95d5dcbe1394cf144986bcd8d5cfa21bbdc23..956a5e6bb1d639cc26b25a03903c870c1450ae88 100755 (executable)
@@ -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} \