You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/splint/files/splint-3.1.2-musl.patch

12 lines
232 B

--- 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;