Re: [PATCH] Haiku port with GUI

François Revol <[email protected]> Tue, 24 Dec 2013 11:06:46 +0100
Newsgroups gmane.editors.qemacs.devel
Message-ID <[email protected]>
On 23/12/2013 01:54, François Revol wrote:
>> The opengroup page for setsid() isn't very explicit. This one isn't much
>> more either though, it seems most relevant things are "implementation
>> specific" (why write specifications then...):
>> http://pubs.opengroup.org/onlinepubs/009696699/basedefs/xbd_chap11.html
> 
> At least I check in Linux and it still works with setsid() before the
> open() calls.

FYI, latest CVS works fine now, thanks.

Btw, on another topic, I noticed some commented out "-EFOO" in the
sources... just so you know, Haiku defines all error codes as negative
values (which violates (some versions of) POSIX, but makes much more
sense), so using this trick can lead to weird problems then (and is
error prone anyway).

Merry xmas.
François.