mirror of
https://github.com/rui314/mold.git
synced 2024-11-13 09:39:13 +03:00
Do not define _GNU_SOURCE
We should not depend on glibc-specific features.
This commit is contained in:
parent
02b9744d5d
commit
e051ad2a9a
@ -1,9 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include "elf.h"
|
||||
#include "../mold.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user