You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 line
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>