mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Define RTLD_DEFAULT if not defined in Linux.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user