mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 04:48:10 +02: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;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define NM_PID_T_INVAL ((pid_t) -1)
|
||||||
|
|
||||||
#endif /* __NM_MACROS_INTERNAL_H__ */
|
#endif /* __NM_MACROS_INTERNAL_H__ */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue