]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/ChkStkGcc.c
Change style 0 == Index to Index == 0
[mirror_edk2.git] / MdePkg / Library / BaseLib / ChkStkGcc.c
index f6ae9b03db8d39e98ef07fdea54d739f29bdd794..a700d312ee3fb42338ec759013f4e590a1a5a9d3 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
-  Implementation of synchronization functions.\r
+  Provides hack function for passng GCC build.\r
 \r
-  Copyright (c) 2006 - 2007, Intel Corporation<BR>\r
+  Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
 \r
 **/\r
 \r
-//\r
-// Include common header file for this module.\r
-//\r
-\r
-\r
 #include "BaseLibInternals.h"\r
 \r
-VOID __chkstk() {\r
+/**\r
+  Hack function for passing GCC build.\r
+**/\r
+VOID \r
+__chkstk() \r
+{\r
 }\r
 \r