X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Frunas.h;h=406dfca2219220f86a91d0cae26017ac82f3e9e1;hp=ca084102e4ae8c17d424465c97016fb3c03a3698;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/src/common/runas.h b/src/common/runas.h index ca084102e..406dfca22 100644 --- a/src/common/runas.h +++ b/src/common/runas.h @@ -16,10 +16,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - /* * The run-as process is launched by forking without an exec*() call. This means * that any resource allocated before the run-as worker is launched should be @@ -65,8 +61,4 @@ int run_as_create_worker(const char *procname, post_fork_cleanup_cb clean_up_func, void *clean_up_user_data); void run_as_destroy_worker(void); -#ifdef __cplusplus -} -#endif - #endif /* _RUNAS_H */