davidgiven / ack

The Amsterdam Compiler Kit
http://tack.sf.net
Other
420 stars 59 forks source link

Add fork, wait, waitpid for all Linux targets, & execl for linux386. #242

Closed tkchia closed 2 years ago

tkchia commented 2 years ago

I hope to get the ACK to become self-hosting (i.e. capable of building itself) for at least some of its supported platforms, and this PR is a very small step in that direction.

The PR adds implementations of

fork, execl, and wait are used by util/cmisc/ed.c.

Thank you!

davidgiven commented 2 years ago

Merged. Thanks!