> > This is a problem with FreeBSD. Please see > > http://www.opengroup.org/onlinepubs/007908799/xsh/mmap.html > > And notice that the SuS does not require types.h to include mman.h. > Please bug them to be conforming.
right on, I bugged them, sorry for bugging you. > > > Here the problem is that FreeBSD just 'defines' _POSIX_THREADS, they don't > > define it as anything: > > bash-2.03$ grep _POSIX_THREADS /usr/include/sys/unistd.h > > #define _POSIX_THREADS > > I'm not super sure this is kosher either.. I don't have a posix spec here > though.. It does matter sadly because if the spec says thas > _POSIX_THREADS=0 is valid.. Hrm > okay, no biggie, I don't know either. -David

