1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Fix comment.

This commit is contained in:
Ulrich Drepper
2003-03-31 18:43:29 +00:00
parent cbbb4b6ccc
commit 9f292c2439
2 changed files with 3 additions and 3 deletions

View File

@ -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. Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
Contributed by Kaz Kylheku <kaz@ashi.footprints.net>. Contributed by Kaz Kylheku <kaz@ashi.footprints.net>.

View File

@ -509,8 +509,8 @@ __timer_thread_wakeup (struct thread_node *thread)
/* Compare two pthread_attr_t thread attributes for exact equality. /* Compare two pthread_attr_t thread attributes for exact equality.
Returns 1 if they are equal, otherwise zero if they are not equal or Returns 1 if they are equal, otherwise zero if they are not equal
contain illegal values. This version is LinuxThreads-specific for or contain illegal values. This version is NPTL-specific for
performance reason. One could use the access functions to get the performance reason. One could use the access functions to get the
values of all the fields of the attribute structure. */ values of all the fields of the attribute structure. */
static int static int