Skip to content
Snippets Groups Projects
  1. Apr 12, 2016
  2. Apr 11, 2016
  3. Apr 10, 2016
  4. Apr 06, 2016
  5. Apr 05, 2016
  6. Apr 04, 2016
  7. Apr 03, 2016
  8. Apr 02, 2016
  9. Mar 31, 2016
  10. Mar 30, 2016
  11. Mar 28, 2016
  12. Mar 19, 2016
  13. Mar 18, 2016
    • bors's avatar
      Auto merge of #233 - kamalmarhubi:linux-fcntl, r=alexcrichton · cd925e0c
      bors authored
      linux: Add missing Linux-specific fcntls
      
      Also move F_DUPFD_CLOEXEC up a level as it is available on Android.
      cd925e0c
    • Kamal Marhubi's avatar
      linux: Add missing Linux-specific fcntls · b43118cb
      Kamal Marhubi authored
      Also move F_DUPFD_CLOEXEC up a level as it is available on Android.
      
      This commit leaves file sealing related fcntls and bitflag constants
      out, as they are defined in `linux/fcntl.h` rather than `fcntl.h`. They
      can be included once an approach for verification has been figured out.
      See #235 for more detail.
      b43118cb
Loading