diff options
Diffstat (limited to 'libc/sysdeps/linux/common/sysfs.c')
-rw-r--r-- | libc/sysdeps/linux/common/sysfs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/common/sysfs.c b/libc/sysdeps/linux/common/sysfs.c index 371c08b9e..28350fdd2 100644 --- a/libc/sysdeps/linux/common/sysfs.c +++ b/libc/sysdeps/linux/common/sysfs.c @@ -2,10 +2,10 @@ /* * sysfs() for uClibc * - * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org> + * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> * - * GNU Library General Public License (LGPL) version 2 or later. + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ #include "syscalls.h" -//_syscall3(int, sysfs, int, option, unsigned int, index, char addr); +_syscall3(int, sysfs, int, option, unsigned int, index, char, addr); |