/
githubmirror
/
strace
Обзор
Документация
Войти
/
githubmirror
/
strace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/exitkill.h
13 строк
263 B
Dmitry V. Levin
Introduce --kill-on-exit option
12 окт 2023, 11:00
12 окт 2023, 11:00
d0e007f
Код
Авторство
О чём код?
/* * Copyright (c) 2023 Dmitry V. Levin <ldv@strace.io> * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later */ #ifndef STRACE_EXITKILL_H # define STRACE_EXITKILL_H extern bool is_exitkill_supported(void); #endif /* !STRACE_EXITKILL_H */