bug-hurd
[Top][All Lists]
Advanced

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

semaphore.h's restrict qualifiers


From: Samuel Thibault
Subject: semaphore.h's restrict qualifiers
Date: Tue, 26 Jul 2005 23:38:09 +0200
User-agent: Mutt/1.5.9i-nntp

Hi,

/include/semaphore.h uses the restrict qualifier, but gcc doesn't accept
that unless -std=c99 or -std=gnu99 is given, so I'd recommend using
__restrict instead, just like other headers do. Here is a patch.

Regards,
Samuel

Attachment: patch
Description: Text document


reply via email to

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