mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 08:18:25 +08:00
port only uses System V IPC for shared memory and semaphores to communicate between nodes in a multiprocessor configuration. If you disable multiprocessing, then this code should be unused. Thus systems like Cygwin which are POSIX but do not support System V IPC should not work.