mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 02:30:24 +01:00
shared: add NM_PID_T_INVAL macro for invalid PIDs
This commit is contained in:
parent
286db5049e
commit
34122c874e
1 changed files with 2 additions and 0 deletions
|
|
@ -1375,4 +1375,6 @@ nm_close (int fd)
|
|||
return r;
|
||||
}
|
||||
|
||||
#define NM_PID_T_INVAL ((pid_t) -1)
|
||||
|
||||
#endif /* __NM_MACROS_INTERNAL_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue