GNOME Bugzilla – Bug 536692
The unix functions
Last modified: 2008-10-09 21:29:15 UTC
Some functions are irreplacable. For example pipe/fork/dup2/exec to call a subprocess with rw stdin/stdout/stderr. Could support for those call be added? PS. The int in certain calls could be replaced with fd type (file descriptor)...
I'd certainly accept patches to add a posix.vapi with bindings to these functions. We can start with a small set of functions and extend it on demand.
Should it be autogenerated? If yes: 1. From what source? 2. Should it be heavily fixed (i.e. int -> FileDescriptor).
I don't think that it would make sense to generate the bindings. We should also not invent types that don't exist in the C library if not necessary.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 555250 ***