master
h 11 lines 217 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_GET_PID_MAX_H
4 #define NETDATA_GET_PID_MAX_H
5
6 #include <unistd.h>
7
8 extern pid_t pid_max;
9 pid_t os_get_system_pid_max(void);
10
11 #endif //NETDATA_GET_PID_MAX_H