mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 21:30:08 +00:00
1be6ec3033
* misc/lsearch.c: New file. Implementation of lfind and lsearch functions. * misc/search.h: Add prototype for functions from tsearch family with __ prefix. Correct prototype for lsearch: BASE parameter must not be const. * misc/tsearch.c: prepend all global function names with __ and make normal names weak aliases. Fri Jun 7 00:15:24 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * Make-dist (sysdep_dirs): Skip CVS dirs.
5 lines
105 B
Makefile
5 lines
105 B
Makefile
ifeq ($(subdir), misc)
|
|
sysdep_routines += ioperm iopl vm86
|
|
sysdep_headers += sys/perm.h sys/vm86.h
|
|
endif
|