minix/lib/nbsd_libc/db/recno
Ben Gras 02081e4b62 rename mmap() and munmap()
. it's a good extra interface to have but doesn't
	  meet standardised functionality
	. applications (in pkgsrc) find it and expect
	  full functionality the minix mmap doesn't offter
	. on the whole probably better to hide these functions
	  (mmap and friends) until they are grown up; the base system
	  can use the new minix_* names
2011-07-16 13:01:19 +02:00
..
extern.h Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
Makefile.inc Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
rec_close.c rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
rec_delete.c Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
rec_get.c Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
rec_open.c Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
rec_put.c Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
rec_search.c Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
rec_seq.c Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
rec_utils.c Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
recno.h Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00