mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
Fix the fix to the wait4child fix - forgot an #else
This commit is contained in:
parent
adab14395b
commit
7fcc258d28
1 changed files with 1 additions and 0 deletions
|
|
@ -322,6 +322,7 @@ wait4child( int sig )
|
|||
while ( wait3( NULL, WNOHANG, NULL ) >= 0 || errno == EINTR )
|
||||
; /* NULL */
|
||||
#endif
|
||||
#else
|
||||
(void) wait( NULL );
|
||||
#endif
|
||||
(void) SIGNAL( sig, wait4child );
|
||||
|
|
|
|||
Loading…
Reference in a new issue