mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
nptl: Fix comment typo in fork.c.
This commit is contained in:
parent
582a3cff13
commit
9bf95cbc35
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue