Define RTLD_DEFAULT for very old BSDs.

This commit is contained in:
2021-05-03 12:59:04 +01:00
parent 41a2174acb
commit eddd6735d9

View File

@@ -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_