summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-10-30 18:32:37 +0100
committerLennart Poettering <lennart@poettering.net>2014-10-30 18:32:37 +0100
commita09abc4ae0bdc0200324eaa0416f23ff2170ec4e (patch)
treeecd669c45e514e889a972d5f827edc4e2fde2f34 /src/shared
parent73843b52585d42cc1a970a1c664818ece6942e9e (diff)
memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc provided headers
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/memfd-util.c (renamed from src/shared/memfd.c)2
-rw-r--r--src/shared/memfd-util.h (renamed from src/shared/memfd.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/memfd.c b/src/shared/memfd-util.c
index b558177951..21ecf4b32b 100644
--- a/src/shared/memfd.c
+++ b/src/shared/memfd-util.c
@@ -31,7 +31,7 @@
#include "util.h"
#include "bus-label.h"
-#include "memfd.h"
+#include "memfd-util.h"
#include "utf8.h"
#include "missing.h"
diff --git a/src/shared/memfd.h b/src/shared/memfd-util.h
index cf588fe02f..cf588fe02f 100644
--- a/src/shared/memfd.h
+++ b/src/shared/memfd-util.h