Bug#325600: New patch idea

2007-04-15 Thread Uwe Schindler
Hallo Tom, So you could change the INLINE_SYSCALL from osf_wait4 to sys_wait4 and try again (I have no time to do this). Sorry it must be in this way (copied from x86): # define waitpid_not_cancel(pid, stat_loc, options) \ INLINE_SYSCALL (wait4, 4, pid, stat_loc, options, NULL) Instead

Bug#325600: New patch idea

2007-04-15 Thread Uwe Schindler
Hallo Tom, As *reverting* Aurelien's patch does not change anything, I looked into some source codes around sys_wait4 and osf_wait4 (in glibc and kernel). The interesting thing is: Linuxthreads uses osf_wait4 only on alpha, the other architectures uses the sys_wait4 syscall. As linuxthreads is