splint: Add darwin support
This commit is contained in:
committed by
Orivej Desh
parent
6dc9d21cc8
commit
03bcadd40c
@@ -0,0 +1,13 @@
|
||||
diff --git a/src/osd.c b/src/osd.c
|
||||
index ebe214a..4ba81d5 100644
|
||||
--- a/src/osd.c
|
||||
+++ b/src/osd.c
|
||||
@@ -516,7 +516,7 @@ osd_getPid ()
|
||||
# if defined (WIN32) || defined (OS2) && defined (__IBMC__)
|
||||
int pid = _getpid ();
|
||||
# else
|
||||
- __pid_t pid = getpid ();
|
||||
+ pid_t pid = getpid ();
|
||||
# endif
|
||||
|
||||
return (int) pid;
|
||||
Reference in New Issue
Block a user