Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2a487a6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "_GNU_SOURCE is public; _USE_GNU is an implementation detail." into main...

Merge "_GNU_SOURCE is public; _USE_GNU is an implementation detail." into main am: 0b46c906 am: 75182316

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3361286



Change-Id: I8e94e8daad9cbe915df8bcb20591649dbae40f44
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 85fb89df 75182316
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#define _GNU_SOURCE

/**
 * The probability of a syscall failing from 0.0 to 1.0
@@ -32,8 +33,6 @@
#include <sys/stat.h>
#include <fcntl.h>

/* For builds on glibc */
#define __USE_GNU
#include <dlfcn.h>

#include "interrupter.h"