[CCode (cheader_filename = "sys/stat.h")]
public int mkdir (string path, mode_t mode);
[CCode (cheader_filename = "sys/types.h,sys/stat.h,fcntl.h,unistd.h")]
- public pid_t mknod (string pathname, mode_t mode, dev_t dev);
+ public int mknod (string pathname, mode_t mode, dev_t dev);
[CCode (cheader_filename = "sys/stat.h")]
public int utimensat (int dirfd, string pathname, [CCode (array_length = false)] timespec[] times, int flags = 0);
public int group_member (gid_t gid);
[CCode (cheader_filename = "unistd.h")]
public pid_t setsid ();
- [CCode (cheader_filename = "unistd.h")]
+ [CCode (cheader_filename = "termios.h")]
public pid_t tcgetsid (int fd);
[CCode (cheader_filename = "unistd.h")]