mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Define RTLD_DEFAULT for very old BSDs.
This commit is contained in:
@@ -228,4 +228,8 @@ static unsigned char IconEA[3516] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00};
|
||||
|
||||
#ifndef RTLD_DEFAULT
|
||||
#define RTLD_DEFAULT 0
|
||||
#endif
|
||||
|
||||
#endif // SETTER_SRC_BSD_XATTR_H_
|
||||
|
||||
Reference in New Issue
Block a user