]> git.kaiwu.me - haproxy.git/commit
BUILD: restore USE_SHM_OPEN build option
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 5 Jun 2025 11:07:42 +0000 (13:07 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 7 Aug 2025 20:27:22 +0000 (22:27 +0200)
commit7656a417843d9f54925d987a2666d11081aab956
tree5b8cb432e0525def99831a38ee2fca68c4a5db25
parentbcb124f92ab00aaa3759f45b78ed1b4064f8c717
BUILD: restore USE_SHM_OPEN build option

Some optional features may still require the use of shm_open() in the
future. In this patch we restore the USE_SHM_OPEN build option that
was removed in 143be1b59 ("MEDIUM: errors: get rid of shm_open()") and
should guard the use of shm_open() in the code.
Makefile