From fac9c0d508f72cc5d469c969a4acc3694247c03b Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Mon, 18 Aug 2014 13:28:43 +0200 Subject: memfd: internalize functions, drop sd_memfd type Remove the sd_ prefix from internal functions and get rid of the sd_memfd type. As a memfd is now just a native file descriptor, we can get rid of our own wrapper type, and also use close() and dup() on them directly. --- man/sd_bus_message_append_array.xml | 2 +- man/sd_bus_message_append_string_memfd.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/sd_bus_message_append_array.xml b/man/sd_bus_message_append_array.xml index e0f6767ec..ab1fcd26c 100644 --- a/man/sd_bus_message_append_array.xml +++ b/man/sd_bus_message_append_array.xml @@ -68,7 +68,7 @@ along with systemd; If not, see . int sd_bus_message_append_array_memfd sd_bus_message *m char type - sd_memfd *memfd + int memfd diff --git a/man/sd_bus_message_append_string_memfd.xml b/man/sd_bus_message_append_string_memfd.xml index fd857ccb1..d18ca1a85 100644 --- a/man/sd_bus_message_append_string_memfd.xml +++ b/man/sd_bus_message_append_string_memfd.xml @@ -58,7 +58,7 @@ along with systemd; If not, see . int sd_bus_message_append_string_memfd sd_bus_message *m - sd_memfd *memfd + int memfd -- cgit v1.2.3