summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-10-12 04:42:38 +0200
committerLennart Poettering <lennart@poettering.net>2011-10-12 04:42:38 +0200
commit7c99e0c1fc05c0b9cd82dc529b52b3d14d511baa (patch)
treea9f7b214b8e458126e5617b194df25594b835481 /src/util.c
parent38ac38b298a91c358285b7330aa66679338af874 (diff)
util: fix build
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c1
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;