summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/csu/alpha/crt1.c1
-rw-r--r--lib/csu/amd64/crt1.c1
-rw-r--r--lib/csu/i386-elf/crt1.c1
-rw-r--r--lib/csu/ia64/crt1.c3
-rw-r--r--lib/csu/powerpc/crt1.c1
-rw-r--r--lib/csu/sparc64/crt1.c1
6 files changed, 7 insertions, 1 deletions
diff --git a/lib/csu/alpha/crt1.c b/lib/csu/alpha/crt1.c
index e871ab6..b8ad3ea 100644
--- a/lib/csu/alpha/crt1.c
+++ b/lib/csu/alpha/crt1.c
@@ -1,3 +1,4 @@
+/* LINTLIBRARY */
/*-
* Copyright 2001 David E. O'Brien.
* All rights reserved.
diff --git a/lib/csu/amd64/crt1.c b/lib/csu/amd64/crt1.c
index a9caf9e..15a544c 100644
--- a/lib/csu/amd64/crt1.c
+++ b/lib/csu/amd64/crt1.c
@@ -1,3 +1,4 @@
+/* LINTLIBRARY */
/*-
* Copyright 1996-1998 John D. Polstra.
* All rights reserved.
diff --git a/lib/csu/i386-elf/crt1.c b/lib/csu/i386-elf/crt1.c
index a9caf9e..15a544c 100644
--- a/lib/csu/i386-elf/crt1.c
+++ b/lib/csu/i386-elf/crt1.c
@@ -1,3 +1,4 @@
+/* LINTLIBRARY */
/*-
* Copyright 1996-1998 John D. Polstra.
* All rights reserved.
diff --git a/lib/csu/ia64/crt1.c b/lib/csu/ia64/crt1.c
index 392fd55..714702d 100644
--- a/lib/csu/ia64/crt1.c
+++ b/lib/csu/ia64/crt1.c
@@ -1,3 +1,4 @@
+/* LINTLIBRARY */
/*-
* Copyright 1996-1998 John D. Polstra.
* All rights reserved.
@@ -45,8 +46,8 @@
struct Struct_Obj_Entry;
struct ps_strings;
-#pragma weak _DYNAMIC
extern int _DYNAMIC;
+#pragma weak _DYNAMIC
extern void _fini(void);
extern void _init(void);
diff --git a/lib/csu/powerpc/crt1.c b/lib/csu/powerpc/crt1.c
index 4206754..4c98271 100644
--- a/lib/csu/powerpc/crt1.c
+++ b/lib/csu/powerpc/crt1.c
@@ -1,3 +1,4 @@
+/* LINTLIBRARY */
/*-
* Copyright 2001 David E. O'Brien.
* All rights reserved.
diff --git a/lib/csu/sparc64/crt1.c b/lib/csu/sparc64/crt1.c
index bdafbe5..84f17f4 100644
--- a/lib/csu/sparc64/crt1.c
+++ b/lib/csu/sparc64/crt1.c
@@ -1,3 +1,4 @@
+/* LINTLIBRARY */
/*-
* Copyright 2001 David E. O'Brien.
* All rights reserved.
OpenPOWER on IntegriCloud