1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

util: fix build

This commit is contained in:
Lennart Poettering 2011-10-12 04:42:38 +02:00
parent 38ac38b298
commit 7c99e0c1fc

View File

@ -5902,6 +5902,7 @@ int prot_from_flags(int flags) {
default:
return -EINVAL;
}
}
unsigned long cap_last_cap(void) {
static __thread unsigned long saved;