File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
evalsoc/Common/Source/Stubs/newlib
gd32vf103/Common/Source/Stubs/newlib
gd32vw55x/Common/Source/Stubs/newlib Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11/* See LICENSE of license details. */
22// If you want to enable GNU extensions, please define _GNU_SOURCE
33// Enable POSIX-1.2008 with BSD and SVr4 extensions via _DEFAULT_SOURCE
4+ #ifndef _DEFAULT_SOURCE
45#define _DEFAULT_SOURCE
6+ #endif
57#include <stdint.h>
68#include <errno.h>
79#include <unistd.h>
Original file line number Diff line number Diff line change 11/* See LICENSE of license details. */
22// If you want to enable GNU extensions, please define _GNU_SOURCE
33// Enable POSIX-1.2008 with BSD and SVr4 extensions via _DEFAULT_SOURCE
4+ #ifndef _DEFAULT_SOURCE
45#define _DEFAULT_SOURCE
6+ #endif
57#include <stdint.h>
68#include <errno.h>
79#include <unistd.h>
Original file line number Diff line number Diff line change 11/* See LICENSE of license details. */
22// If you want to enable GNU extensions, please define _GNU_SOURCE
33// Enable POSIX-1.2008 with BSD and SVr4 extensions via _DEFAULT_SOURCE
4+ #ifndef _DEFAULT_SOURCE
45#define _DEFAULT_SOURCE
6+ #endif
57#include <stdint.h>
68#include <errno.h>
79#include <unistd.h>
You can’t perform that action at this time.
0 commit comments