summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/i386')
-rw-r--r--ldso/ldso/i386/dl-startup.h1
-rw-r--r--ldso/ldso/i386/dl-sysdep.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/ldso/ldso/i386/dl-startup.h b/ldso/ldso/i386/dl-startup.h
index 125132c87..dd1f0785a 100644
--- a/ldso/ldso/i386/dl-startup.h
+++ b/ldso/ldso/i386/dl-startup.h
@@ -1,4 +1,3 @@
-/* vi: set sw=4 ts=4: */
/*
* Architecture specific code used by dl-startup.c
* Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org>
diff --git a/ldso/ldso/i386/dl-sysdep.h b/ldso/ldso/i386/dl-sysdep.h
index 8efa1a832..b95328df4 100644
--- a/ldso/ldso/i386/dl-sysdep.h
+++ b/ldso/ldso/i386/dl-sysdep.h
@@ -1,4 +1,3 @@
-/* vi: set sw=4 ts=4: */
/*
* Various assembly language/system dependent hacks that are required
* so that we can minimize the amount of platform specific code.