blob: 8d4b9f74c7948d1cc6a59d1ad1e8267695ed4bfc (
plain) (
blame)
1
2
3
4
5
6
|
--- ./newlib/libc/sys/psp/crt0.c.orig 2012-01-25 19:33:12.000000000 +0000
+++ ./newlib/libc/sys/psp/crt0.c 2012-01-25 19:33:12.000000000 +0000
@@ -0,0 +1,3 @@
+/* The real crt0.c lives in PSPSDK. */
+
+void _start() { }
|