diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-15 15:22:23 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-21 21:29:00 +0200 |
commit | 52df98393467108c92ee45d9e734af55e964e6ab (patch) | |
tree | da2f521819f6b576a2c841e0263565f6266ec9a4 /libc/sysdeps/linux/mips | |
parent | 8b3d82087039655037d4d2c4545f058b3075e75c (diff) |
remove editor hints for vi
Diffstat (limited to 'libc/sysdeps/linux/mips')
-rw-r--r-- | libc/sysdeps/linux/mips/posix_fadvise.c | 1 | ||||
-rw-r--r-- | libc/sysdeps/linux/mips/posix_fadvise64.c | 1 | ||||
-rw-r--r-- | libc/sysdeps/linux/mips/pread_write.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/mips/posix_fadvise.c b/libc/sysdeps/linux/mips/posix_fadvise.c index ea71ac0be..4eba893f6 100644 --- a/libc/sysdeps/linux/mips/posix_fadvise.c +++ b/libc/sysdeps/linux/mips/posix_fadvise.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * posix_fadvise() for MIPS uClibc * http://www.opengroup.org/onlinepubs/009695399/functions/posix_fadvise.html diff --git a/libc/sysdeps/linux/mips/posix_fadvise64.c b/libc/sysdeps/linux/mips/posix_fadvise64.c index 02244aaab..c5a827671 100644 --- a/libc/sysdeps/linux/mips/posix_fadvise64.c +++ b/libc/sysdeps/linux/mips/posix_fadvise64.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * posix_fadvise64() for MIPS uClibc * http://www.opengroup.org/onlinepubs/009695399/functions/posix_fadvise.html diff --git a/libc/sysdeps/linux/mips/pread_write.c b/libc/sysdeps/linux/mips/pread_write.c index 1220fec54..0d5941607 100644 --- a/libc/sysdeps/linux/mips/pread_write.c +++ b/libc/sysdeps/linux/mips/pread_write.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> * |