> > You should not ask for POSIX levels unless you want to compile a strictly > > conforming programs; if you want to confirm strictly to the interfaces > > but also need to use non-portable extensions, then you need to add > > -D__EXTENSIONS__ on the compilation command line. > > Thank you; will do.
I just realized that this does not help given the current behavior of mman.h. __EXTENSIONS__ does not cause mincore() to be defined. So my original question stand, albeit modified with __EXTENSIONS__. -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrieval: Send an E-Mail to [EMAIL PROTECTED] E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
