prctl.h 277 B

123456789101112131415
  1. #ifndef _SYS_PRCTL_H
  2. #include_next <sys/prctl.h>
  3. # ifndef _ISOMAC
  4. # ifndef PR_SET_VMA
  5. # define PR_SET_VMA 0x53564d41
  6. # define PR_SET_VMA_ANON_NAME 0
  7. # endif
  8. extern int __prctl (int __option, ...);
  9. libc_hidden_proto (__prctl)
  10. # endif /* !_ISOMAC */
  11. #endif