Files
systemd/src/shared/data-fd-util.h
Daan De Meyer 69a283c5f2 shared: Clean up includes
Split out of #37344.
2025-05-24 14:00:44 +02:00

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);