diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-30 18:32:37 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-30 18:32:37 +0100 |
commit | a09abc4ae0bdc0200324eaa0416f23ff2170ec4e (patch) | |
tree | ecd669c45e514e889a972d5f827edc4e2fde2f34 /Makefile.am | |
parent | 73843b52585d42cc1a970a1c664818ece6942e9e (diff) |
memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc provided headers
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c80d25df29..69d598b4d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -881,8 +881,8 @@ libsystemd_shared_la_SOURCES = \ src/shared/copy.h \ src/shared/base-filesystem.c \ src/shared/base-filesystem.h \ - src/shared/memfd.c \ - src/shared/memfd.h \ + src/shared/memfd-util.c \ + src/shared/memfd-util.h \ src/shared/uid-range.c \ src/shared/uid-range.h \ src/shared/nss-util.h |