[BACK]Return to getdtablesize.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / compat-43

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/compat-43/getdtablesize.c between version 1.9 and 1.10

version 1.9, 2003/07/26 19:24:41 version 1.10, 2012/06/24 15:26:03
Line 14  __RCSID("$NetBSD$");
Line 14  __RCSID("$NetBSD$");
 #include <unistd.h>  #include <unistd.h>
   
 int  int
 getdtablesize()  getdtablesize(void)
 {  {
         return ((int)sysconf(_SC_OPEN_MAX));          return ((int)sysconf(_SC_OPEN_MAX));
 }  }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>