Don't define _GNU_SOURCE when already defined

This commit is contained in:
libretroadmin 2022-06-01 05:39:28 +02:00
parent b0597d91a2
commit e33f6cbbe2

View File

@ -13,7 +13,10 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <fcntl.h>
#include <errno.h>
#include <sys/mman.h>