KO Myung-Hun wrote: > LIBCx is the kLIBC extension library which provides some enhanced > features to OS/2 kLIBC. > > It provides its own waitpid() to support its spawn2(). Use it if > possible. > > * lib/wait-process.c (klibc_waitpid) [kLIBC]: New function. > (waitpid) [kLIBC]: Define it to klibc_waitpid.
The code looks good, but lacks comments. In the ChangeLog or git commit entry, please state *what* has changed, not *why* or *how* the code works. The *why* and *how* belong in comments. Bruno