mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
parser-inc: Add stub header for sys/sysctl.h for BSD (incl. macOS)
This commit is contained in:
parent
eefb51f510
commit
0a7be36be1
15
dtool/src/parser-inc/sys/sysctl.h
Normal file
15
dtool/src/parser-inc/sys/sysctl.h
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
/**
|
||||||
|
* Stub header for sys/sysctl.h in macOS and FreeBSD.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
struct ctlname {
|
||||||
|
char *ctl_name;
|
||||||
|
int ctl_type;
|
||||||
|
};
|
||||||
|
|
||||||
|
struct sysctl_req;
|
||||||
|
struct sysctl_oid;
|
||||||
|
struct sysctl_ctx_entry;
|
||||||
|
struct sysctl_ctx_list;
|
Loading…
x
Reference in New Issue
Block a user