aboutsummaryrefslogtreecommitdiffstats
path: root/core/rtkit.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-01-18 15:55:51 -0800
committerChris Robinson <[email protected]>2022-01-18 15:55:51 -0800
commit388f10319b91b043c9a17833eb437bde33e3fa2e (patch)
tree7acb12e8145db0f4f3020fd10a89c58f61f5fc06 /core/rtkit.h
parent5306c9d42460001670a90a8f091cef47c0aede2c (diff)
Handle _gettid on FreeBSD
And simplify handling D-Bus/RTKit interfaces
Diffstat (limited to 'core/rtkit.h')
-rw-r--r--core/rtkit.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/rtkit.h b/core/rtkit.h
index 96e81d4a..d4994e27 100644
--- a/core/rtkit.h
+++ b/core/rtkit.h
@@ -32,10 +32,6 @@
#include "dbus_wrap.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/* This is the reference implementation for a client for
* RealtimeKit. You don't have to use this, but if do, just copy these
* sources into your repository */
@@ -72,9 +68,4 @@ int rtkit_get_min_nice_level(DBusConnection *system_bus, int *min_nice_level);
*/
long long rtkit_get_rttime_usec_max(DBusConnection *system_bus);
-
-#ifdef __cplusplus
-}
-#endif
-
#endif