Home | History | Annotate | Download | only in compat-43
History log of /src/lib/libc/compat-43/getdtablesize.c
RevisionDateAuthorComments
 1.10  24-Jun-2012  christos fix old style definitions; XXX: gcc should have picked them up but it did not.
 1.9  26-Jul-2003  salo branches: 1.9.56;
netbsd.org->NetBSD.org
 1.8  18-Oct-1998  kleink Replace use of getdtablesize() with (the non-deprecated) sysconf(), hence no
need for an internal name for the former any more; suggested by Matthew Green.
 1.7  08-Oct-1998  kleink Add an internal name for getdtablesize(), since it's being used internally.
 1.6  27-Feb-1998  perry trivial changes to quiet lint.
 1.5  21-Jul-1997  jtc If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore. The library will use those
names internally. Weak aliases are used to provide the original names
to the API.

This is only the first part of this change. It is most of the functions
which are implemented in C for all NetBSD ports. Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.
 1.4  13-Jul-1997  christos Fix RCSID's
 1.3  11-May-1995  jtc Winning Strategies has placed this code in the public domain.
 1.2  14-Jun-1994  cgd fix missing trailing newline
 1.1  14-Jun-1994  jtc Convert getdtablesize() from syscall to function
 1.9.56.1  30-Oct-2012  yamt sync with head

RSS XML Feed