mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-24 17:18:51 +02:00
qt6_base: fix attach() for QSharedMemory (add B_CLONABLE_AREA flag)
This commit is contained in:
@@ -914,7 +914,7 @@ index 0000000..469b81c
|
||||
+ }
|
||||
+
|
||||
+ hand = create_area(areaName.toUtf8().constData(), &memory, B_ANY_ADDRESS, size,
|
||||
+ B_NO_LOCK, B_READ_AREA | B_WRITE_AREA);
|
||||
+ B_NO_LOCK, B_READ_AREA | B_WRITE_AREA | B_CLONEABLE_AREA);
|
||||
+
|
||||
+ if (hand <= B_ERROR) {
|
||||
+ switch (hand) {
|
||||
|
||||
Reference in New Issue
Block a user