tinyldap: avoid duplicate GNU source definitions

This commit is contained in:
Mario Fetka
2026-06-22 08:05:13 +02:00
parent 84a6f10d45
commit b3c1c9c8ad
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <stdlib.h>
#include <unistd.h>
#include <sys/mman.h>

View File

@@ -1,4 +1,6 @@
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#define _FILE_OFFSET_BITS 64
#include <unistd.h>
#include <stdlib.h>