diff options
Diffstat (limited to 'src/unistd/chown.c')
| -rw-r--r-- | src/unistd/chown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/chown.c b/src/unistd/chown.c index 2036fb28..9f931765 100644 --- a/src/unistd/chown.c +++ b/src/unistd/chown.c @@ -5,7 +5,7 @@ int chown(const char *path, uid_t owner, gid_t group) { - SYSCALL("chown", int, -1, path, owner, group, 0, 0, 0); + SYSCALL(chown, int, -1, path, owner, group, 0, 0, 0); } /* POSIX(1) |
