Skip to content

Commit 0b5b6b8

Browse files
andreaskurzkartben
authored andcommitted
native_simulator: Get latest from upstream
Align with native_simulator's upstream main 95f560a2140aacb03a74b8c933f3b27a59c56d50 Which includes: 95f560a: nct: fix possible redefinition of GNU_SOURCE Signed-off-by: Andreas Kurz <[email protected]>
1 parent 72cef9b commit 0b5b6b8

File tree

1 file changed

+1
-0
lines changed
  • scripts/native_simulator/common/src

1 file changed

+1
-0
lines changed

scripts/native_simulator/common/src/nct.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
#define NCT_DEBUG_PRINTS 0
6262

6363
/* For pthread_setname_np() */
64+
#undef _GNU_SOURCE
6465
#define _GNU_SOURCE
6566
#include <stdbool.h>
6667
#include <stdlib.h>

0 commit comments

Comments
 (0)