summaryrefslogtreecommitdiff
path: root/lib/csu/mips/crtn.c
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1996-09-02 10:04:14 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1996-09-02 10:04:14 +0000
commit3f2cd90cfdd9d6df077afe48523b9a16e4346d5b (patch)
tree660b36e4570583e4f5c06ad48175ab46ca085df2 /lib/csu/mips/crtn.c
parenta57cb65c8bbc4124eca98f8632c528c90553ddfe (diff)
Create crtn.o. Right now it's an empty file...
Diffstat (limited to 'lib/csu/mips/crtn.c')
-rw-r--r--lib/csu/mips/crtn.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/csu/mips/crtn.c b/lib/csu/mips/crtn.c
new file mode 100644
index 00000000000..9617679e801
--- /dev/null
+++ b/lib/csu/mips/crtn.c
@@ -0,0 +1,8 @@
+/*
+ * Empty file to create crtn.o.
+ * This is something constructors/destructors
+ * later will depend on...
+ */
+
+__crtn()
+{}