Commit 60d5cde
Fix Mem::Segment::open() stub to fix build without shm_open() (#2016)
When the environment does not HAVE_SHM, Ipc::Mem::Segment::open() method
definition does not match its declaration. Make it match.
src/ipc/mem/Segment.cc:346:1: error: no declaration matches
void Ipc::Mem::Segment::open()
src/ipc/mem/Segment.h:37:10: note: candidate is:
void Ipc::Mem::Segment::open(bool)1 parent cca68a2 commit 60d5cde
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
0 commit comments