diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-05 09:20:08 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-05 09:20:08 +0000 |
commit | 398b646f5bcd3714685eb537f749edb2966d12dc (patch) | |
tree | 0a5f79bfbd67027f4b13105209dcbcee6bddf374 /UnixPkg/Sec/UnixThunk.c | |
parent | 27b2d249d57f9bde599af477d3b82acc3c62dfac (diff) | |
download | edk2-platforms-398b646f5bcd3714685eb537f749edb2966d12dc.tar.xz |
Remove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7812 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/Sec/UnixThunk.c')
-rw-r--r-- | UnixPkg/Sec/UnixThunk.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/UnixPkg/Sec/UnixThunk.c b/UnixPkg/Sec/UnixThunk.c index 905cd80d27..d634de6408 100644 --- a/UnixPkg/Sec/UnixThunk.c +++ b/UnixPkg/Sec/UnixThunk.c @@ -191,7 +191,10 @@ EFI_UNIX_THUNK_PROTOCOL mUnixThunkTable = { cfsetispeed, cfsetospeed, tcgetattr, - tcsetattr + tcsetattr, + dlopen, + dlerror, + dlsym }; |