Re: POSIX Compliance Issue

2015-01-22 Thread Sebastian Huber
On 23/01/15 01:37, Joel Sherrill wrote: Hi In running the Open Group FACE Conformance Test Suite on RTEMS, it spotted that the old network stack's does not include the types.h (or sys/types.h) to get ssize_t. That means you get a type undefined error if you followk http://pubs.opengroup.org/o

POSIX Compliance Issue

2015-01-22 Thread Joel Sherrill
Hi In running the Open Group FACE Conformance Test Suite on RTEMS, it spotted that the old network stack's does not include the types.h (or sys/types.h) to get ssize_t. That means you get a type undefined error if you followk http://pubs.opengroup.org/onlinepubs/7908799/xns/syssocket.h.html Thi