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

Commit 0ffd0298 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

_GNU_SOURCE is public; _USE_GNU is an implementation detail.

Change-Id: I0b44acddf16aa30df932f1ba2d6f886a74fad96e
parent d6c1a232
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"