Remove last instances of NO_POSIX_WRAPPERS

This commit is contained in:
deadwood 2024-04-13 20:11:55 +02:00
parent 532d5d8ffe
commit 421d0b9e86
3 changed files with 0 additions and 8 deletions

View File

@ -204,10 +204,4 @@
#define __USE_LARGEFILE64 1
#endif
#if (!defined(_XOPEN_SOURCE) && \
!defined(_POSIX_SOURCE) && \
!defined(_BSD_SOURCE))
#define NO_POSIX_WRAPPERS
#endif
#endif

View File

@ -24,7 +24,6 @@
** POSSIBILITY OF SUCH DAMAGE.
*/
#define NO_POSIX_WRAPPERS
#include <fcntl.h>
#include <sys/types.h>

View File

@ -24,7 +24,6 @@
** POSSIBILITY OF SUCH DAMAGE.
*/
#define NO_POSIX_WRAPPERS
#include <stdio.h>
int fprintf(FILE *stream, const char *format, ...) {