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