]> andersk Git - splint.git/blobdiff - src/osd.c
Fixed problem with assertion checking for negative shifts in
[splint.git] / src / osd.c
index 00149429fa998191e8d753b3bc9027b186eee730..d6ca8a5efc0caa28ff3c2104af76987da4742967 100644 (file)
--- a/src/osd.c
+++ b/src/osd.c
@@ -514,7 +514,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;
This page took 0.03545 seconds and 4 git commands to generate.