1header: sys-prctl.h 2macros: [] 3types: [] 4enums: [] 5objects: [] 6functions: 7 - name: prctl 8 standards: 9 - Linux 10 return_type: int 11 arguments: 12 - type: int 13 - type: unsigned long 14 - type: unsigned long 15 - type: unsigned long 16 - type: unsigned long 17