mirror of
https://github.com/systemd/systemd.git
synced 2026-07-14 03:20:22 +00:00
8 lines
167 B
C
8 lines
167 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "forward.h"
|
|
|
|
int copy_data_fd(int fd);
|
|
int memfd_clone_fd(int fd, const char *name, int mode);
|