summaryrefslogtreecommitdiffstats
path: root/system/memtest86+/patches/memtest86+-5.01-reboot-def.patch
blob: f4b42feb5fb3b1fb26217e982454e80b2c3d0300 (plain)
http://forum.canardpc.com/threads/110952-fix-build-due-to-missing-reboot-symbol

the reboot func is used elsewhere, so don't mark it inline

--- a/lib.c
+++ b/lib.c
@@ -33,7 +33,7 @@ struct ascii_map_str {
         int keycode;
 };
 
-inline void reboot(void)
+void reboot(void)
 {
 	
 	/* tell the BIOS to do a cold start */