mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Revert "LibCore: Try to fix fuzzer build"
This reverts commit c5709c0aed
.
This commit is contained in:
parent
8ccd8b4a6f
commit
2f82854e4a
Notes:
sideshowbarker
2024-07-18 23:02:18 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/2f82854e4a5 Pull-request: https://github.com/SerenityOS/serenity/pull/5025
1 changed files with 0 additions and 4 deletions
|
@ -24,10 +24,6 @@
|
|||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#if defined(__linux__) && !defined(_GNU_SOURCE)
|
||||
# define _GNU_SOURCE // For memfd_create, MFD_CLOEXEC
|
||||
#endif
|
||||
|
||||
#include <LibCore/AnonymousBuffer.h>
|
||||
#include <LibIPC/Decoder.h>
|
||||
#include <LibIPC/Encoder.h>
|
||||
|
|
Loading…
Reference in a new issue