/
clang
/
musl
Обзор
Документация
Войти
/
clang
/
musl
Код
Вики
Пакеты
0
Релизы
0
Аналитика
master
src/linux/klogctl.c
7 строк
136 B
Szabolcs Nagy
include cleanups: remove unused headers and add feature test macros
12 дек 2013, 09:09
12 дек 2013, 09:09
5717444
Код
Авторство
О чём код?
#include <sys/klog.h> #include "syscall.h" int klogctl (int type, char *buf, int len) { return syscall(SYS_syslog, type, buf, len); }