From: Ulrich Drepper Date: Mon, 31 Mar 2003 18:43:29 +0000 (+0000) Subject: Fix comment. X-Git-Tag: cvs/glibc-2_3_3~996 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f292c243906ca91fe0f79355035d00bccb0e7bc;p=platform%2Fupstream%2Fglibc.git Fix comment. --- diff --git a/nptl/sysdeps/pthread/posix-timer.h b/nptl/sysdeps/pthread/posix-timer.h index 89ffc5a..bfa8f65 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 . diff --git a/nptl/sysdeps/pthread/timer_routines.c b/nptl/sysdeps/pthread/timer_routines.c index 10de4e2..7dec0ca 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