summaryrefslogtreecommitdiff
path: root/InOsEmuPkg/Include
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-05-15 17:22:37 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-05-15 17:22:37 +0000
commit224e13333b0ef7041e78537db24e1c799dc40183 (patch)
tree14ebd323c65b5c2eaec465b5af82ebb24771aed1 /InOsEmuPkg/Include
parenta690c005e8e584087e989a3552024b1c5a288126 (diff)
downloadedk2-platforms-224e13333b0ef7041e78537db24e1c799dc40183.tar.xz
InOsEmuPkg: Fix warnings with GCC44 toolchain
Signed-off-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11648 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'InOsEmuPkg/Include')
-rw-r--r--InOsEmuPkg/Include/Protocol/EmuPthreadThunk.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/InOsEmuPkg/Include/Protocol/EmuPthreadThunk.h b/InOsEmuPkg/Include/Protocol/EmuPthreadThunk.h
index 80325f4305..d5c41a0e09 100644
--- a/InOsEmuPkg/Include/Protocol/EmuPthreadThunk.h
+++ b/InOsEmuPkg/Include/Protocol/EmuPthreadThunk.h
@@ -2,7 +2,8 @@
Emulator Thunk to abstract OS services from pure EFI code
Copyright (c) 2010 - 2011, Apple Inc. All rights reserved.<BR>
-
+ Copyright (c) 2011, 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
@@ -61,7 +62,7 @@ UINTN
typedef
VOID *
-(*PTREAD_THUNK_THEAD_ENTRY) (
+(EFIAPI *PTREAD_THUNK_THEAD_ENTRY) (
IN VOID *Context
);