AmigaLabs / clib4

Clib4 for AmigaOS4
Other
14 stars 7 forks source link

Fixed Spawnv. Added waitpid/wait functions #186

Closed afxgroup closed 4 months ago

afxgroup commented 4 months ago

Fixed Spawnv. Added waitpid/wait functions However waitpid needs to be tested deeply. There is an example program you could run using for example with waitpid notepad t:usb.log and wait for exit The program has been tested with bot 0 and WNOHANG as parameters. Spawnv now return pid correctly if executed with P_NOWAIT