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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/sd_bus_message_append_array.xml') diff --git a/man/sd_bus_message_append_array.xml b/man/sd_bus_message_append_array.xml index e0f6767ec2..ab1fcd26cb 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 -- cgit v1.2.1