libposix: fix typo

This commit is contained in:
Giacomo Tesio 2017-05-24 00:08:00 +02:00
parent 3307c1e7e2
commit 3381f75d03
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
/* rendezvous points */
extern unsigned char *__signals_to_code_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 */
int *__libposix_sigchld_target_pid;