@@ -0,0 +1,5 @@
+#include "libc.h"
+
+void __libc_csu_fini()
+{
+}
+void __libc_csu_init(int argc, char **argv, char **envp)