freebsd-dev/lib/libc/db/recno
Marcel Moolenaar 8876613dc5 Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}
if not already defined. This allows building libc from outside of
lib/libc using a reach-over makefile.

A typical use-case is to build a standard ILP32 version and a COMPAT32
version in a single iteration by building the COMPAT32 version using a
reach-over makefile.

Obtained from:	Juniper Networks, Inc.
2014-03-04 02:19:39 +00:00
..
extern.h
Makefile.inc Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} 2014-03-04 02:19:39 +00:00
rec_close.c Several signed/unsigned warning fixes. 2009-03-28 05:45:29 +00:00
rec_delete.c
rec_get.c Our realloc(3) and reallocf(3) can handle NULL, which turns it into a 2009-03-05 00:57:01 +00:00
rec_open.c Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
rec_put.c Several signed/unsigned warning fixes. 2009-03-28 05:45:29 +00:00
rec_search.c Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
rec_seq.c Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
rec_utils.c Our realloc(3) and reallocf(3) can handle NULL, which turns it into a 2009-03-05 00:57:01 +00:00
recno.h