summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Include/Arm/EfiBind.h
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2012-05-16 00:42:41 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2012-05-16 00:42:41 +0000
commit64bb20fb9c05f1a7f8b731fae736069e1c2f0401 (patch)
tree00cef983058838ca250b269ecd5c34bed676f608 /EdkCompatibilityPkg/Foundation/Include/Arm/EfiBind.h
parentd22ebbe39fcf3a7462492667345dabc401765454 (diff)
downloadedk2-platforms-64bb20fb9c05f1a7f8b731fae736069e1c2f0401.tar.xz
Update MdePkg and EdkCompatibilityPkg INT8 definition to be typedef signed char to follow UEFI spec.
Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Michael D. Kinney <michael.d.kinney@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13313 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Include/Arm/EfiBind.h')
-rw-r--r--EdkCompatibilityPkg/Foundation/Include/Arm/EfiBind.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Include/Arm/EfiBind.h b/EdkCompatibilityPkg/Foundation/Include/Arm/EfiBind.h
index b2bf647433..c9ab69a650 100644
--- a/EdkCompatibilityPkg/Foundation/Include/Arm/EfiBind.h
+++ b/EdkCompatibilityPkg/Foundation/Include/Arm/EfiBind.h
@@ -1,6 +1,6 @@
/*++
-Copyright (c) 2004 - 2008, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2012, Intel Corporation. All rights reserved.<BR>
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
@@ -50,7 +50,7 @@ typedef int int32_t;
typedef unsigned short uint16_t;
typedef short int16_t;
typedef unsigned char uint8_t;
-typedef char int8_t;
+typedef signed char int8_t;
//
// Native integer size in stdint.h