Skip to content
Snippets Groups Projects
Commit c48a0dde authored by Avi Kivity's avatar Avi Kivity
Browse files

include: comment out sysctl() declaration

confused with bsd's
parent 8b504ba0
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,9 @@ extern "C" {
#define __NEED_size_t
#include <bits/alltypes.h>
#if 0
int sysctl (int *, int, void *, size_t *, void *, size_t);
#endif
#ifdef __cplusplus
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment