From 2abbba9a0816ffaa21f6d3bb9c0ea3c9f8277f6b Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Tue, 30 May 2006 08:14:43 +0000 Subject: Make execle() and chown() available again (corrects commit 15179). --- libc/sysdeps/linux/common/chown.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/common/chown.c') 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) -- cgit v1.2.3