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