-
- Downloads
Check for POSIX.1-2001 conformance.
* Since write, mmap and a number of other functions are not part of ISO C (i.e. strictly conforming programs must not use those), we need to ensure the build environment provides POSIX conformance. * This mostly prevents unrelated bug reports later on. * From POSIX 2008, CDI unconditionally only uses getline and has a work-around in case that is missing.
Showing
- Makefile.in 1 addition, 0 deletionsMakefile.in
- aclocal.m4 1 addition, 0 deletionsaclocal.m4
- app/Makefile.in 1 addition, 0 deletionsapp/Makefile.in
- configure 48 additions, 0 deletionsconfigure
- configure.ac 2 additions, 0 deletionsconfigure.ac
- examples/Makefile.in 1 addition, 0 deletionsexamples/Makefile.in
- examples/pio/Makefile.in 1 addition, 0 deletionsexamples/pio/Makefile.in
- interfaces/Makefile.in 1 addition, 0 deletionsinterfaces/Makefile.in
- m4/acx_prog_cc_posix.m4 71 additions, 0 deletionsm4/acx_prog_cc_posix.m4
- src/Makefile.in 1 addition, 0 deletionssrc/Makefile.in
- tests/Makefile.in 1 addition, 0 deletionstests/Makefile.in
Loading
Please register or sign in to comment