mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
8 lines
232 B
C
8 lines
232 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "forward.h"
|
|
|
|
int base_filesystem_create_fd(int fd, const char *root, uid_t uid, gid_t gid);
|
|
int base_filesystem_create(const char *root, uid_t uid, gid_t gid);
|