summaryrefslogtreecommitdiff
path: root/libc/sysdeps
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2006-05-30 08:14:43 +0000
committerPeter Kjellerstedt <peter.kjellerstedt@axis.com>2006-05-30 08:14:43 +0000
commit2abbba9a0816ffaa21f6d3bb9c0ea3c9f8277f6b (patch)
tree88da3585dcce3f63498a7f0abe1225cb6dec6b7d /libc/sysdeps
parent7a5d21ad2dcb34d28ba0df4871d6c2f7997ddfb4 (diff)
Make execle() and chown() available again (corrects commit 15179).
Diffstat (limited to 'libc/sysdeps')
-rw-r--r--libc/sysdeps/linux/common/chown.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/chown.c b/libc/sysdeps/linux/common/chown.c
index d86ca0631..d6461394b 100644
--- a/libc/sysdeps/linux/common/chown.c
+++ b/libc/sysdeps/linux/common/chown.c
@@ -25,3 +25,4 @@ int chown(const char *path, uid_t owner, gid_t group)
}
return (__syscall_chown(path, owner, group));
}
+libc_hidden_def(chown)