diff options
| -rw-r--r-- | process.h | 6 | 
1 files changed, 5 insertions, 1 deletions
| @@ -2,6 +2,10 @@  #include <sys/types.h> +#define EXPORT __attribute__((visibility("default"))) +  namespace Reichwein::Process { - bool is_running(pid_t pid); + +EXPORT bool is_running(pid_t pid); +  } // namespace | 
