Just confirming

  • @breadsmasher
    link
    261 year ago

    POSIX itself is a set of standards which define the APIs but isn’t itself an implementation

  • @[email protected]
    link
    fedilink
    English
    161 year ago

    POSIX specifies the API available to programs, and also shell and commands and stuff available to users. It does not specify which functions should be available from the standard C library, and which should be available from the kernel: from the standpoint of POSIX, it’s all the same. POSIX doesn’t care how the API is implemented, just that it is implemented correctly.

  • @[email protected]
    link
    fedilink
    41 year ago

    It’s more or less a standard that describes how UNIX compatible OSes are supposed to work. That includes the APIs/ABIs as well.

    At least that is how I understand it.