diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-02 10:04:14 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-09-02 10:04:14 +0000 |
commit | 3f2cd90cfdd9d6df077afe48523b9a16e4346d5b (patch) | |
tree | 660b36e4570583e4f5c06ad48175ab46ca085df2 /lib/csu/mips/crtn.c | |
parent | a57cb65c8bbc4124eca98f8632c528c90553ddfe (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.c | 8 |
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() +{} |