[vala/staging: 7/10] posix: Add ptsname(3)



commit efd3972be8f1504d967bc9780fb21c12814885c3
Author: Dr. Michael Lauer <mickey vanille-media de>
Date:   Wed Mar 7 10:52:48 2018 +0100

    posix: Add ptsname(3)

 vapi/posix.vapi |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/vapi/posix.vapi b/vapi/posix.vapi
index 33a8a5d..9e81da7 100644
--- a/vapi/posix.vapi
+++ b/vapi/posix.vapi
@@ -1330,6 +1330,8 @@ namespace Posix {
        public int grantpt (int fd);
        [CCode (cheader_filename = "stdlib.h")]
        public int unlockpt (int fd);
+       [CCode (cheader_filename = "stdlib.h")]
+       public unowned string? ptsname (int fd);
 
        [CCode (cheader_filename = "stdlib.h")]
        public int system (string command);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]