From: Dr. Michael Lauer Date: Sun, 11 Mar 2018 11:29:22 +0000 (+0100) Subject: posix: Add perror(3) X-Git-Tag: 0.40.1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58997145c1b53502545c3113e52f1827cc95f632;p=thirdparty%2Fvala.git posix: Add perror(3) --- diff --git a/vapi/posix.vapi b/vapi/posix.vapi index 9e81da794..31d402d14 100644 --- a/vapi/posix.vapi +++ b/vapi/posix.vapi @@ -2702,6 +2702,9 @@ namespace Posix { public static FILE stdout; public static FILE stdin; + [CCode (cheader_filename = "stdio.h")] + public void perror (string s); + [CCode(cheader_filename = "sched.h", cprefix = "sched_")] namespace Sched { [SimpleType]