freebsd-skq/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
rec_open.c
rec_put.c Several signed/unsigned warning fixes. 2009-03-28 05:45:29 +00:00
rec_search.c
rec_seq.c
rec_utils.c
recno.h