From b66b0d9804633cf930f1af1be8466a2c39456bcc Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Sat, 8 Mar 2025 08:26:30 -0700 Subject: [PATCH] rtems/event: regenerate from central --- cpukit/include/rtems/rtems/event.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cpukit/include/rtems/rtems/event.h b/cpukit/include/rtems/rtems/event.h index 6de6a58451..a103ed8771 100644 --- a/cpukit/include/rtems/rtems/event.h +++ b/cpukit/include/rtems/rtems/event.h @@ -440,15 +440,6 @@ typedef uint32_t rtems_event_set; /** * @brief This event set constant represents the reserved system event that is * internally used by aio_suspend to notify of suspension termination. - * - * @par Constraints - * @parblock - * The following constraints apply to this constant: - * - * * The constant is not included in the pre-qualified feature set of RTEMS. - * Applications which are restricted to only use interfaces of the - * pre-qualified feature set of RTEMS shall not use the constant. - * @endparblock */ #define RTEMS_EVENT_SYSTEM_AIO_SUSPENSION_TERMINATED RTEMS_EVENT_27