diff options
author | Patrick Lauer <patrick@gentoo.org> | 2023-10-09 13:11:07 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2023-10-09 13:34:38 +0000 |
commit | 2ce5a57c452ab6aa30a911c610cf21ecc55f3052 (patch) | |
tree | b994d01afc6e2cf667de665e5878fb92ac1248a1 /dev-libs/roct-thunk-interface | |
parent | net-p2p/bitcoin-core: don't enable USE=qrcode per default (diff) | |
download | gentoo-2ce5a57c452ab6aa30a911c610cf21ecc55f3052.tar.gz gentoo-2ce5a57c452ab6aa30a911c610cf21ecc55f3052.tar.bz2 gentoo-2ce5a57c452ab6aa30a911c610cf21ecc55f3052.zip |
dev-libs/roct-thunk-interface: Improve patch
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-libs/roct-thunk-interface')
-rw-r--r-- | dev-libs/roct-thunk-interface/files/roct-thunk-interface-5.7.0-functions.patch | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-libs/roct-thunk-interface/files/roct-thunk-interface-5.7.0-functions.patch b/dev-libs/roct-thunk-interface/files/roct-thunk-interface-5.7.0-functions.patch index f9a573debc68..051beeeb1b2e 100644 --- a/dev-libs/roct-thunk-interface/files/roct-thunk-interface-5.7.0-functions.patch +++ b/dev-libs/roct-thunk-interface/files/roct-thunk-interface-5.7.0-functions.patch @@ -1,12 +1,14 @@ diff --git a/src/libhsakmt.ver b/src/libhsakmt.ver -index dc17215..10c840c 100644 +index dc17215..964f3d0 100644 --- a/src/libhsakmt.ver +++ b/src/libhsakmt.ver -@@ -75,6 +75,7 @@ hsaKmtSetXNACKMode; +@@ -75,6 +75,9 @@ hsaKmtSetXNACKMode; hsaKmtGetXNACKMode; hsaKmtOpenSMI; hsaKmtExportDMABufHandle; +hsaKmtWaitOnMultipleEvents_Ext; ++hsaKmtReplaceAsanHeaderPage; ++hsaKmtWaitOnEvent_Ext; local: *; }; |