diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-31 15:25:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-31 15:25:26 +0000 |
commit | 3cfc7decca17b20d50cd7d48ec5472c80a29b62e (patch) | |
tree | 6145b978faee370e30ccd4939e9316fe084273d2 /libc/sysdeps/linux/mips/cacheflush.c | |
parent | e1dbcd675ecd57025aae7ab6150c4d46ba439f05 (diff) |
Fix copyright
Diffstat (limited to 'libc/sysdeps/linux/mips/cacheflush.c')
-rw-r--r-- | libc/sysdeps/linux/mips/cacheflush.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/mips/cacheflush.c b/libc/sysdeps/linux/mips/cacheflush.c index fd6bd89e0..0a095e493 100644 --- a/libc/sysdeps/linux/mips/cacheflush.c +++ b/libc/sysdeps/linux/mips/cacheflush.c @@ -1,6 +1,5 @@ -/* brk system call for Linux/MIPS. - Copyright (C) 2000 Free Software Foundation, Inc. - This file is part of the GNU C Library. +/* _flush_cache system call for Linux/MIPS. + Copyright (C) 2003 Christophe Massiot <cmassiot@freebox.fr> The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |