Date: Sat, 25 Jan 2003 13:12:46 -0500 From: Craig Rodrigues <rodrigc@attbi.com> To: freebsd-standards@freebsd.org Subject: POSIX conformance utilities Message-ID: <20030125181246.GA59689@attbi.com>
next in thread | raw e-mail | index | archive | help
Hi, Andrew Josey from the Opengroup recently posted an interesting link on the posixtest mailing list: http://www.opengroup.org/testing/downloads.html On that web page are some tools like: VSC lite -Commands and Utilities VSTH lite - Pthreads test suite hdrchk - Header test tool I ran the hdrchk tool on my -CURRENT system. I have the full results posted at: http://home.attbi.com/~rodrigc/posix/report.h.txt I found some interesting results such as: /****** <sys/sem.h> - Missing elements ******/ /****** Start of Definitions for file sys/sem.h ******/ typedef <type> pid_t; typedef <type> size_t; /****** End of Definitions for file sys/sem.h ******/ /****** <sys/shm.h> - Missing elements ******/ /****** Start of Definitions for file sys/shm.h ******/ typedef <type> size_t; /****** End of Definitions for file sys/shm.h ******/ Are these errors accurate according to the Standard? -- Craig Rodrigues http://home.attbi.com/~rodrigc rodrigc@attbi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-standards" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030125181246.GA59689>