Package

scala.scalanative

posix

Permalink

package posix

Visibility
  1. Public
  2. All

Value Members

  1. package arpa

    Permalink
  2. object cpio

    Permalink
    Annotations
    @extern()
  3. object dirent

    Permalink
    Annotations
    @extern()
  4. object errno

    Permalink
    Annotations
    @extern()
  5. object fcntl

    Permalink
    Annotations
    @extern()
  6. object fcntlOps

    Permalink
  7. object getopt

    Permalink
    Annotations
    @extern()
  8. object grp

    Permalink
    Annotations
    @extern()
  9. object inttypes

    Permalink
  10. object limits

    Permalink
    Annotations
    @extern()
  11. object netdb

    Permalink
    Annotations
    @extern()
  12. object netdbOps

    Permalink
  13. package netinet

    Permalink
  14. object poll

    Permalink
    Annotations
    @extern()
  15. object pollEvents

    Permalink
  16. object pollOps

    Permalink
  17. object pthread

    Permalink
    Annotations
    @link( "pthread" ) @extern()
  18. object pwd

    Permalink
    Annotations
    @extern()
  19. object pwdOps

    Permalink
  20. object regex

    Permalink
    Annotations
    @extern()
  21. object sched

    Permalink
    Annotations
    @extern()
  22. object signal

    Permalink

    Some of the functionality described on this reference page extends the ISO C standard.

    Some of the functionality described on this reference page extends the ISO C standard. Applications shall define the appropriate feature test macro (see XSH The Compilation Environment) to enable the visibility of these symbols in this header.

    Use clib macros and functions to get the full POSIX interface

    Note 1: The functionality described may be removed in a future version of this volume of POSIX.1-2017 Note 2: The functionality is an option marked as XSI (X/Open System Interfaces)

    Note 1 or 2 followed by Linux or macOS means that the feature is not available on that platform with default compile options so the code is commented out. The code is commented out so the next developer that comes along will not have to rediscover these limitations.

    Annotations
    @extern()
  23. object signalOps

    Permalink
  24. object stdlib

    Permalink
    Annotations
    @extern()
  25. package sys

    Permalink
  26. object syslog

    Permalink
    Annotations
    @extern()
  27. object termios

    Permalink
    Annotations
    @extern()
  28. object time

    Permalink
    Annotations
    @extern()
  29. object timeOps

    Permalink
  30. object unistd

    Permalink
    Annotations
    @extern()
  31. object utime

    Permalink
    Annotations
    @extern()

Ungrouped