mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
nptl: Fix comment typo in fork.c.
This commit is contained in:
parent
582a3cff13
commit
9bf95cbc35
@ -1,3 +1,7 @@
|
||||
2013-02-21 Carlos O'Donell <carlos@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/fork.c: Fix comment typo.
|
||||
|
||||
2013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* sysdeps/pthread/tst-timer.c: Include stdlib.h for declaration
|
||||
|
@ -35,7 +35,7 @@ unsigned long int *__fork_generation_pointer;
|
||||
|
||||
|
||||
|
||||
/* The single linked list of all currently registered for handlers. */
|
||||
/* The single linked list of all currently registered fork handlers. */
|
||||
struct fork_handler *__fork_handlers;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user