unistd.h 427 B

12345678910111213141516171819
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/unistd.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( AIX_UNISTD_CHECK )
  7. static int getdtablesize(void)
  8. #endif /* AIX_UNISTD_CHECK */
  9. #if defined( ALPHA_SBRK_CHECK )
  10. extern void *sbrk(ptrdiff_t increment);
  11. #endif /* ALPHA_SBRK_CHECK */