QSharedMemorySystemV: fix shm vs sem typo
Fixes: QTBUG-132053 Pick-to: 6.8 Change-Id: Ia4f2bdc8edff91020f13fffd79261a9feaf2f496 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit 902058e750e67bbfb166db576c538b7add9be08f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
7664b826db
commit
e9509291ae
@ -105,7 +105,7 @@ public:
|
|||||||
{ return quint16(type) <= 0xff; }
|
{ return quint16(type) <= 0xff; }
|
||||||
static bool runtimeSupportCheck();
|
static bool runtimeSupportCheck();
|
||||||
|
|
||||||
#if QT_CONFIG(sysv_sem)
|
#if QT_CONFIG(sysv_shm)
|
||||||
key_t handle(QSharedMemoryPrivate *self);
|
key_t handle(QSharedMemoryPrivate *self);
|
||||||
bool cleanHandle(QSharedMemoryPrivate *self);
|
bool cleanHandle(QSharedMemoryPrivate *self);
|
||||||
bool create(QSharedMemoryPrivate *self, qsizetype size);
|
bool create(QSharedMemoryPrivate *self, qsizetype size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user