mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-24 18:49:16 +00:00

This incoporates pieces from musl-libc, cloudlibc, cloudabi, libpreopen, and dlmalloc, as well as a significant amount of new code.
15 lines
150 B
C
15 lines
150 B
C
#ifndef _SYS_KLOG_H
|
|
#define _SYS_KLOG_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int klogctl (int, char *, int);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|