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