Missing, needed for pic32 crt0 for m68k-pic32-coff-gcc-2.7.2.3-2
authorshort <>
Mon, 25 Feb 2002 23:02:06 +0000 (23:02 +0000)
committershort <>
Mon, 25 Feb 2002 23:02:06 +0000 (23:02 +0000)
gnokii/cleanup.c [new file with mode: 0644]

diff --git a/gnokii/cleanup.c b/gnokii/cleanup.c
new file mode 100644 (file)
index 0000000..e11b7c2
--- /dev/null
@@ -0,0 +1,4 @@
+void _cleanup(void)
+{
+       /* hack for pic32 gcc */
+}