![](https://secure.gravatar.com/avatar/6cd36cba072a7a7039b692e627bab8c6.jpg?s=120&d=mm&r=g)
1 Jun
2010
1 Jun
'10
5:13 p.m.
I'm trying to use CFFI in order to wrap execve (2). The wrapper also uses fork (2) and wait (2). While I have absolutely no problems with execve or fork I'm stumbling on a problem with wait.
You might try a portability library such as trivial-shell. http://common-lisp.net/project/trivial-shell/ - Daniel