diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/ChkStkGcc.c')
-rw-r--r-- | MdePkg/Library/BaseLib/ChkStkGcc.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/MdePkg/Library/BaseLib/ChkStkGcc.c b/MdePkg/Library/BaseLib/ChkStkGcc.c index ea68aea1e5..a700d312ee 100644 --- a/MdePkg/Library/BaseLib/ChkStkGcc.c +++ b/MdePkg/Library/BaseLib/ChkStkGcc.c @@ -1,7 +1,7 @@ /** @file
- Implementation of synchronization functions.
+ Provides hack function for passng GCC build.
- Copyright (c) 2006 - 2007, Intel Corporation<BR>
+ Copyright (c) 2006 - 2008, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -12,10 +12,8 @@ **/
-
-
-
#include "BaseLibInternals.h"
+
/**
Hack function for passing GCC build.
**/
|