Skip to content

Commit

Permalink
QSharedMemorySystemV: fix shm vs sem typo
Browse files Browse the repository at this point in the history
Fixes: QTBUG-132053
Pick-to: 6.8 6.9
Change-Id: Ia4f2bdc8edff91020f13fffd79261a9feaf2f496
Reviewed-by: Fabian Kosmale <[email protected]>
  • Loading branch information
thiagomacieira committed Dec 13, 2024
1 parent c1bc98d commit 902058e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corelib/ipc/qsharedmemory_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class QSharedMemorySystemV
{ return quint16(type) <= 0xff; }
static bool runtimeSupportCheck();

#if QT_CONFIG(sysv_sem)
#if QT_CONFIG(sysv_shm)
key_t handle(QSharedMemoryPrivate *self);
bool cleanHandle(QSharedMemoryPrivate *self);
bool create(QSharedMemoryPrivate *self, qsizetype size);
Expand Down

0 comments on commit 902058e

Please sign in to comment.