Define RTLD_DEFAULT if not defined in Linux.

This commit is contained in:
2021-05-11 21:49:04 +01:00
parent 541a164766
commit 01540ed6c5

View File

@@ -27,6 +27,10 @@ Copyright (C) 2011-2021 Natalia Portillo
#include <sys/types.h>
#ifndef RTLD_DEFAULT
#define RTLD_DEFAULT NULL
#endif
void LinuxExtendedAttributes(const char* path);
void LinuxSparse(const char* path);
void LinuxFileAttributes(const char* path);