chiark / gitweb /
memfd: move code from public library to src/shared
authorDaniel Mack <zonque@gmail.com>
Mon, 18 Aug 2014 08:55:49 +0000 (10:55 +0200)
committerDaniel Mack <zonque@gmail.com>
Mon, 18 Aug 2014 10:37:20 +0000 (12:37 +0200)
commit43bde981ccc57c744f164a9d95d46c7ce8f21808
treeac16b88a6564a43f572667ee004031a8888d164e
parent93bd9b2ecfdafcf0bd895336634c40d68b06d54e
memfd: move code from public library to src/shared

Don't expose generic kernel API via libsystemd, but keep the code internal
for our own usage.
Makefile.am
src/libsystemd/libsystemd.sym.m4
src/libsystemd/sd-bus/test-bus-zero-copy.c
src/shared/memfd.c [moved from src/libsystemd/sd-bus/sd-memfd.c with 89% similarity]
src/shared/memfd.h [moved from src/systemd/sd-memfd.h with 100% similarity]
src/systemd/sd-bus.h