flush
[m6w6/ext-psi] / m4 / unistd.m4
index a5a4ff6587c45dbda2cc9e6d32098c10fe4614c4..21265005fef8320ffd6d1055b0baa453859eae71 100644 (file)
@@ -310,7 +310,7 @@ PSI_CHECK_UNISTD() {
        PSI_DECL(int execvp, [(const char *file, char **argv)])
        PSI_DECL(int faccessat, [(int fd, const char *path, int amode, int flag)])
        PSI_DECL(int fchdir, [(int fildes)])
-       PSI_DECL(int fchown, [(int fildes, uid_t owner, gid_tgroup)])
+       PSI_DECL(int fchown, [(int fildes, uid_t owner, gid_t group)])
        PSI_DECL(int fchownat, [(int fd, const char *path, uid_t owner, gid_t group, int flag)])
        PSI_DECL(int fdatasync, [(int fildes)])
        PSI_DECL(int fexecve, [(int fd, char **argv, char **envp)])
@@ -343,7 +343,7 @@ PSI_CHECK_UNISTD() {
        PSI_DECL(int nice, [(int incr)])
        PSI_DECL(long pathconf, [(const char *path, int name)])
        PSI_DECL(int pause, [(void)])
-       PSI_DECL(int pipe, [(int fildes@<:@2:>@)])
+       PSI_DECL(int pipe, [(int fildes@<:@2@:>@)])
        PSI_DECL(ssize_t pread, [(int fildes, void *buf, size_t nbyte, off_t offset)])
        PSI_DECL(ssize_t pwrite, [(int fildes, const void *buf, size_t nbyte, off_t offset)])
        PSI_DECL(ssize_t read, [(int fd, void *buf, size_t count)])