Skip to content
Snippets Groups Projects
  1. Apr 19, 2017
  2. Mar 01, 2017
  3. Feb 28, 2017
  4. Feb 27, 2017
  5. Feb 24, 2017
  6. Feb 23, 2017
  7. Feb 22, 2017
  8. Feb 21, 2017
  9. Feb 20, 2017
  10. Feb 19, 2017
  11. Feb 18, 2017
  12. Feb 17, 2017
  13. Feb 16, 2017
    • Mike Lubinets's avatar
      c0c7de7c
    • Shawn Walker-Salas's avatar
      posix definitions should be used on Solaris · 6740a8aa
      Shawn Walker-Salas authored
      For compatibility reasons, Solaris historically had its header files
      setup so that, unless specifically requested through specific header
      defines, either the old pre-POSIX interfaces or POSIX.1c Draft 6
      interfaces were used. However, in the case of rust, since these symbols
      are linked directly instead of via system header files, the underlying
      posix symbol name can be used directly instead.
      
      These definitions should be corrected to match what they do on almost
      every other platform.
      
      Be aware this is a breaking change in terms of interface for any crates
      / consumers of these interfaces for Solaris.
      
      Fixes #522
      6740a8aa
Loading