bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: POSIX semaphore for GNU/Hurd


From: Gaël Le Mignot
Subject: Re: POSIX semaphore for GNU/Hurd
Date: Sun, 27 Oct 2002 20:21:09 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

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" - kilobug@freesurf.fr - 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]