From df4969c4212eaecabcd5053a6a93c5f40a7484dc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 17 Jan 2000 05:17:33 +0000 Subject: [PATCH] Linux/Arm implementation of chown. --- sysdeps/unix/sysv/linux/arm/chown.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysdeps/unix/sysv/linux/arm/chown.c diff --git a/sysdeps/unix/sysv/linux/arm/chown.c b/sysdeps/unix/sysv/linux/arm/chown.c new file mode 100644 index 0000000..1961622 --- /dev/null +++ b/sysdeps/unix/sysv/linux/arm/chown.c @@ -0,0 +1 @@ +#include -- 2.7.4