Re: MacOS X Issues
by Arthur Bergman other posts by this author
Jan 30 2002 9:57PM messages near this date
Re: MacOS X Issues
|
Re: MacOS X Issues
On onsdag, januari 30, 2002, at 07:24 , Jarkko Hietaniemi wrote:
> On Wed, Jan 30, 2002 at 04:02:01PM +0100, Arthur Bergman wrote:
> > Following issues exist on MacOS X
> >
> > 1) POSIX.t / _POSIX_OPEN_MAX is 16
> > -- bug is reported to Apple , perhaps we should define our own
> > _POSIX_OPEN_MAX to the correct value?
>
> You mean something like this
>
> #if defined(darwin) && someversion <= something
> # undef _POSIX_OPEN_MAX
> # define _POSIX_OPEN_MAX fixed
> #endif
Yes, or maybe just in ccflags
The bug has an ID 2850901 in apples database.
Arthur
Thread:
Arthur Bergman
Jarkko Hietaniemi
Arthur Bergman
Nicholas Clark
Nick Ing-Simmons
Arthur Bergman
Jarkko Hietaniemi
H.Merijn Brand
|