From 1e1229ee3d6b86e02b7c13506db2b0e9a8a1a041 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 9 Apr 2001 04:42:48 +0000 Subject: [PATCH] lchown implementation for Linux/CRIS. --- sysdeps/unix/sysv/linux/cris/lchown.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysdeps/unix/sysv/linux/cris/lchown.c diff --git a/sysdeps/unix/sysv/linux/cris/lchown.c b/sysdeps/unix/sysv/linux/cris/lchown.c new file mode 100644 index 0000000..c89de99 --- /dev/null +++ b/sysdeps/unix/sysv/linux/cris/lchown.c @@ -0,0 +1 @@ +#include -- 2.7.4