[vala/staging] posix: Add perror(3)
- From: Dr. Michael Lauer <mlauer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging] posix: Add perror(3)
- Date: Sun, 11 Mar 2018 13:03:36 +0000 (UTC)
commit c975dcb42a12e6c54c8b49ffcd774591edfcef00
Author: Dr. Michael Lauer <mickey vanille-media de>
Date: Sun Mar 11 12:29:22 2018 +0100
posix: Add perror(3)
vapi/posix.vapi | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/vapi/posix.vapi b/vapi/posix.vapi
index 9e81da7..31d402d 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]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]