kopia lustrzana https://gitlab.com/sane-project/backends
Make sure that waitpid returns something usefull on OS/2. Avoids the "Unknown
SANE status code 128" errors. Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
ab92cd763d
commit
a997e240fc
|
@ -81,6 +81,8 @@ sanei_thread_kill( int pid, int sig)
|
||||||
int
|
int
|
||||||
sanei_thread_waitpid( int pid, int *stat_loc, int options)
|
sanei_thread_waitpid( int pid, int *stat_loc, int options)
|
||||||
{
|
{
|
||||||
|
if (stat_loc)
|
||||||
|
*stat_loc = 0;
|
||||||
return pid; /* DosWaitThread( (TID*) &pid, DCWW_WAIT);*/
|
return pid; /* DosWaitThread( (TID*) &pid, DCWW_WAIT);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue