Sun, 27 Oct 2002 20:10:24 +0100, tu as dit : 
 >>> if (pshared)
 >>> return -1;

 >> If you wanted to be consistant with LinuxThreads this should be
 >> if (pshared)
 >> {
 >> errno = ENOSYS;
 >> return -1;
 >> }

 > I know we should do that, but 

ooops ! I forgot to finish my sentence. What I was saying is:
I know we should do that, but I was not sure how to do that cleanly with
the 
#define errno                   (*__errno_location ())
we have as errno, I was going to verify if errno = ENOSYS; is correct before
adding it - I would have add it in a couple of hours without your message ;)

-- 
Gael Le Mignot "Kilobug" - [EMAIL PROTECTED] - http://kilobug.free.fr
GSM         : 06.71.47.18.22 (in France)   ICQ UIN   : 7299959
Fingerprint : 1F2C 9804 7505 79DF 95E6 7323 B66B F67B 7103 C5DA

Member of HurdFr: http://hurdfr.org - The GNU Hurd: http://hurd.gnu.org


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to