Add posix_openpt(3), grantpt(3), and unlockpt(3) bindings.
Signed-off-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
[CCode (cheader_filename = "stdlib.h")]
public int mkostemp (string template, int flags);
+ [CCode (cheader_filename = "stdlib.h")]
+ public int posix_openpt (int flags);
+ [CCode (cheader_filename = "stdlib.h")]
+ public int grantpt (int fd);
+ [CCode (cheader_filename = "stdlib.h")]
+ public int unlockpt (int fd);
+
[CCode (cheader_filename = "stdlib.h")]
public int system (string command);