summaryrefslogtreecommitdiff
path: root/dev-util/splint/files/splint-3.1.2-musl.patch
blob: bf8c770b2ef57495d83c8d8a94d473e2359e71ce (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/osd.c
+++ b/src/osd.c
@@ -516,7 +516,7 @@
 # if defined (WIN32) || defined (OS2) && defined (__IBMC__)
   int pid = _getpid ();
 # else
-  __pid_t pid = getpid ();
+  pid_t pid = getpid ();
 # endif
 
   return (int) pid;