mirror of
https://github.com/systemd/systemd.git
synced 2026-07-18 21:40:14 +00:00
6 lines
115 B
C
6 lines
115 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
int binfmt_mounted(void);
|
|
int disable_binfmt(void);
|