Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

17 lines
504B

  1. <!-- Copyright (C) 2009-2020 Free Software Foundation, Inc.
  2. Copying and distribution of this file, with or without modification,
  3. are permitted in any medium without royalty provided the copyright
  4. notice and this notice are preserved. -->
  5. <!-- The root element of a syscall info is <syscalls-info>. -->
  6. <!ELEMENT syscalls-info (syscall*)>
  7. <!ELEMENT syscall EMPTY>
  8. <!ATTLIST syscall
  9. name CDATA #REQUIRED
  10. number CDATA #REQUIRED
  11. alias CDATA #IMPLIED
  12. groups CDATA #IMPLIED>