diff --git a/src/cbortojson.c b/src/cbortojson.c index 856d9268..fff9d298 100644 --- a/src/cbortojson.c +++ b/src/cbortojson.c @@ -25,7 +25,6 @@ #define _BSD_SOURCE 1 #define _DEFAULT_SOURCE 1 #define _GNU_SOURCE 1 -#define _POSIX_C_SOURCE 200809L #ifndef __STDC_LIMIT_MACROS # define __STDC_LIMIT_MACROS 1 #endif diff --git a/tools/json2cbor/json2cbor.c b/tools/json2cbor/json2cbor.c index c13a7510..26e80fc6 100644 --- a/tools/json2cbor/json2cbor.c +++ b/tools/json2cbor/json2cbor.c @@ -22,7 +22,6 @@ ** ****************************************************************************/ -#define _POSIX_C_SOURCE 200809L #define _GNU_SOURCE #include "cbor.h" #include "cborinternal_p.h"