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