Compare commits

...

2 Commits

Author SHA1 Message Date
Alexandre Almeida
62693d8996
Merge a7ed7a979e into 7ef6efeb66 2025-08-18 23:14:10 -04:00
M374LX
a7ed7a979e Check if _GNU_SOURCE is already defined 2023-12-02 19:22:17 -03:00

View File

@ -24,7 +24,9 @@
// //
//======================================================================== //========================================================================
#ifndef _GNU_SOURCE
#define _GNU_SOURCE #define _GNU_SOURCE
#endif
#include "internal.h" #include "internal.h"