Parent Directory
|
Revision Log
|
Patch
| Revision 1.86 by sysadm, Mon Nov 17 12:16:48 2025 UTC | Revision 1.87 by sysadm, Mon Nov 17 14:01:13 2025 UTC | |
|---|---|---|
| # | Line 1428 int set_menu_shm_readonly(MENU_SET *p_me | Line 1428 int set_menu_shm_readonly(MENU_SET *p_me |
| 1428 | void *p_shm; | void *p_shm; |
| 1429 | ||
| 1430 | // Remap shared memory in read-only mode | // Remap shared memory in read-only mode |
| 1431 | #if defined(__MSYS__) || defined(__MINGW32__) | #if defined(__CYGWIN__) |
| 1432 | if (shmdt(p_menu_set->p_reserved) == -1) | if (shmdt(p_menu_set->p_reserved) == -1) |
| 1433 | { | { |
| 1434 | log_error("shmdt() error (%d)\n", errno); | log_error("shmdt() error (%d)\n", errno); |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |