[CCode (cheader_filename = "sys/socket.h")]
public int socket (int domain, int type, int protocol);
+ [CCode (cheader_filename = "sys/socket.h")]
+ public int socketpair (int domain, int type, int protocol, int[] sv);
+
[CCode (cheader_filename = "sys/stat.h")]
public const mode_t S_IFMT;
[CCode (cheader_filename = "sys/stat.h")]
[CCode (cheader_filename = "unistd.h")]
public int execl (string path, params string[] arg);
[CCode (cheader_filename = "unistd.h")]
+ public int pipe ([CCode (array_length = false, null_terminated = false)] int[] pipefd);
+ [CCode (cheader_filename = "unistd.h")]
public ssize_t read (int fd, void* buf, size_t count);
[CCode (cheader_filename = "unistd.h")]
public ssize_t write (int fd, void* buf, size_t count);