From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-util/splint/files/splint-3.1.2-musl.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-util/splint/files/splint-3.1.2-musl.patch (limited to 'dev-util/splint/files/splint-3.1.2-musl.patch') diff --git a/dev-util/splint/files/splint-3.1.2-musl.patch b/dev-util/splint/files/splint-3.1.2-musl.patch new file mode 100644 index 000000000000..bf8c770b2ef5 --- /dev/null +++ b/dev-util/splint/files/splint-3.1.2-musl.patch @@ -0,0 +1,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; -- cgit v1.2.3