[RFC] 9533: fourth iteration
Paolo Carlini
pcarlini@unitus.it
Sun Mar 23 15:36:00 GMT 2003
Hi again,
this is my current best proposal.
I don't think such kind of syntax:
AC_DEFINE(_GLIBCPP_S_ISREG_OR_S_IFREG(m), (S_IFREG & (m)))
can really be used. Therefore I deal separately with the two cases
(i.e., S_ISREG and S_IFREG).
About ioctl, I haven't been able to find an example of a modern
system having it in <ioctl.h>, not in <sys/ioctl.h> or <sys/filio.h>,
therefore I'm relying on the code which I stolen from libjava:
seems to work well there for a variety of different platforms.
Paolo.
//////////
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch_9533_4
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20030323/ffdc3338/attachment.ksh>
More information about the Libstdc++
mailing list