diff options
Diffstat (limited to 'nptl/sysdeps/pthread/timer_routines.c')
-rw-r--r-- | nptl/sysdeps/pthread/timer_routines.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |