X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Funistd.m4;h=21265005fef8320ffd6d1055b0baa453859eae71;hp=a5a4ff6587c45dbda2cc9e6d32098c10fe4614c4;hb=d3171526ab7658114cac4ebe1098af4b038e576e;hpb=69fb17bcfa5ed9c32754fa143b59f4a4a2dd4bd8 diff --git a/m4/unistd.m4 b/m4/unistd.m4 index a5a4ff6..2126500 100644 --- a/m4/unistd.m4 +++ b/m4/unistd.m4 @@ -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)])