diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-31 18:43:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-31 18:43:29 +0000 |
commit | 9f292c243906ca91fe0f79355035d00bccb0e7bc (patch) | |
tree | 7b907b0d61656c08d437b23bf4cd38edada073a2 /nptl | |
parent | cbbb4b6cccb27883ec6addced47c690ba1219153 (diff) | |
download | glibc-9f292c243906ca91fe0f79355035d00bccb0e7bc.tar.gz glibc-9f292c243906ca91fe0f79355035d00bccb0e7bc.tar.xz glibc-9f292c243906ca91fe0f79355035d00bccb0e7bc.zip |
Fix comment.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/pthread/posix-timer.h | 2 | ||||
-rw-r--r-- | nptl/sysdeps/pthread/timer_routines.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/nptl/sysdeps/pthread/posix-timer.h b/nptl/sysdeps/pthread/posix-timer.h index 89ffc5a89c..bfa8f65c40 100644 --- a/nptl/sysdeps/pthread/posix-timer.h +++ b/nptl/sysdeps/pthread/posix-timer.h @@ -1,4 +1,4 @@ -/* Definitions for POSIX timer implementation on top of LinuxThreads. +/* Definitions for POSIX timer implementation on top of NPTL. Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Kaz Kylheku <kaz@ashi.footprints.net>. diff --git a/nptl/sysdeps/pthread/timer_routines.c b/nptl/sysdeps/pthread/timer_routines.c index 10de4e2df4..7dec0caab1 100644 --- a/nptl/sysdeps/pthread/timer_routines.c +++ b/nptl/sysdeps/pthread/timer_routines.c @@ -509,8 +509,8 @@ __timer_thread_wakeup (struct thread_node *thread) /* Compare two pthread_attr_t thread attributes for exact equality. - Returns 1 if they are equal, otherwise zero if they are not equal or - contain illegal values. This version is LinuxThreads-specific for + Returns 1 if they are equal, otherwise zero if they are not equal + or contain illegal values. This version is NPTL-specific for performance reason. One could use the access functions to get the values of all the fields of the attribute structure. */ static int |