home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / ixemul-39.47-env-bin.lha / man / cat2 / getdtablesize.0 < prev    next >
Text File  |  1993-12-07  |  944b  |  67 lines

  1.  
  2. GETDTABLESIZE(2)           UNIX Programmer's Manual           GETDTABLESIZE(2)
  3.  
  4. NNAAMMEE
  5.      ggeettddttaabblleessiizzee - get descriptor table size
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<uunniissttdd..hh>>
  9.  
  10.      _i_n_t
  11.      ggeettddttaabblleessiizzee(_v_o_i_d)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      Each process has a fixed size descriptor table, which is guaranteed to
  15.      have at least 20 slots.  The entries in the descriptor table are numbered
  16.      with small integers starting at 0.  The call ggeettddttaabblleessiizzee() returns the
  17.      size of this table.
  18.  
  19. SSEEEE AALLSSOO
  20.      close(2),  dup(2),  open(2),  select(2)
  21.  
  22. HHIISSTTOORRYY
  23.      The ggeettddttaabblleessiizzee function call appeared in 4.2BSD.
  24.  
  25. 4.2 Berkeley Distribution       March 10, 1991                               1
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.