Home | History | Annotate | Download | only in sys
      1 #pragma once
      2 
      3 /**
      4  * @file sys/poll.h
      5  * @brief Historical synonym for `<poll.h>`.
      6  *
      7  * New code should use `<poll.h>` directly.
      8  */
      9 
     10 #include <poll.h>
     11