diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-04-04 11:46:44 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-04-12 11:44:57 +0200 |
commit | 2fe21124a6560fcf1ce3b0a3004baa9bb45d1e0b (patch) | |
tree | 35448e5d3a8042bb36bada1fedee63ae24ea7b97 /src/basic/tmpfile-util.c | |
parent | core/smack-setup: add helper function for openat+fdopen (diff) | |
download | systemd-2fe21124a6560fcf1ce3b0a3004baa9bb45d1e0b.tar.xz systemd-2fe21124a6560fcf1ce3b0a3004baa9bb45d1e0b.zip |
Add open_memstream_unlocked() wrapper
Diffstat (limited to 'src/basic/tmpfile-util.c')
-rw-r--r-- | src/basic/tmpfile-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/tmpfile-util.c b/src/basic/tmpfile-util.c index 3ed91520b9..e77af7659f 100644 --- a/src/basic/tmpfile-util.c +++ b/src/basic/tmpfile-util.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1+ */ #include <stdio.h> -#include <stdio_ext.h> #include <sys/mman.h> #include "alloc-util.h" |