diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-16 03:10:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-16 03:10:39 +0000 |
commit | 46d6bbc8e2d2016ecbe851a10bb1676bd7e96274 (patch) | |
tree | b76ccd5c7986509f6153f98e7f40168454619d41 /libc/sysdeps/linux/common/syscalls.c | |
parent | 38b024251f16664891f1b714d9d786168cef0cca (diff) |
Revert global old mmap usage, and do it per arch
Diffstat (limited to 'libc/sysdeps/linux/common/syscalls.c')
-rw-r--r-- | libc/sysdeps/linux/common/syscalls.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c index 0d470db8c..b02d4864f 100644 --- a/libc/sysdeps/linux/common/syscalls.c +++ b/libc/sysdeps/linux/common/syscalls.c @@ -2,8 +2,9 @@ /* * Syscalls for uClibc * - * Copyright (C) 2000, 2001 by Lineo, inc. Written by Erik Andersen - * <andersen@lineo.com>, <andersee@debian.org> + * Copyright (C) 2000 by Lineo, inc + * Copyright (C) 2001 by Erik Andersen + * Written by Erik Andersen <andersen@codpoet.org> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Library General Public License as published by |