Compare commits

...

2 Commits

Author SHA1 Message Date
Alexandre Almeida
bba82cbdce
Merge a7ed7a979e into 0d2d85d19c 2025-08-18 12:02:10 +00: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"