diff options
-rw-r--r-- | src/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c index 26c2f22ff0..e5b5e53f7e 100644 --- a/src/util.c +++ b/src/util.c @@ -5902,6 +5902,7 @@ int prot_from_flags(int flags) { default: return -EINVAL; } +} unsigned long cap_last_cap(void) { static __thread unsigned long saved; |