Skip to content

Commit 49414c4

Browse files
committed
Define __THROW in case it is undefined
1 parent 421c78e commit 49414c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compat/linux/sys/mman.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
// which doesn't.
2626
#if defined(__GLIBC__)
2727

28+
#ifndef __THROW
29+
#define __THROW
30+
#endif
31+
2832
#ifdef __cplusplus
2933
extern "C" {
3034
#endif

0 commit comments

Comments
 (0)