libposix: fix typo
This commit is contained in:
parent
3307c1e7e2
commit
3381f75d03
@ -24,7 +24,7 @@
|
|||||||
/* rendezvous points */
|
/* rendezvous points */
|
||||||
extern unsigned char *__signals_to_code_map;
|
extern unsigned char *__signals_to_code_map;
|
||||||
extern unsigned char *__code_to_signal_map;
|
extern unsigned char *__code_to_signal_map;
|
||||||
extern Child *__libposix_child_list;
|
extern Child **__libposix_child_list;
|
||||||
|
|
||||||
/* pointer to the pid to forward notes to */
|
/* pointer to the pid to forward notes to */
|
||||||
int *__libposix_sigchld_target_pid;
|
int *__libposix_sigchld_target_pid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user