aboutsummaryrefslogtreecommitdiff
path: root/libc/include/sys/ioctl.yaml
blob: 7eb66b657664ac8421490e7995f6ec907746db05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
header: sys/ioctl.h
header_template: ioctl.h.def
standards: POSIX
macros: []
types: []
enums: []
objects: []
functions:
  - name: ioctl
    standards:
      - Linux
    return_type: int
    arguments:
      - type: int
      - type: unsigned long
      - type: '...'