diff options
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() +{} |