mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 04:08:32 +00:00
Add tsearch from Musl Libc (#912)
https://git.musl-libc.org/cgit/musl/snapshot/musl-1.2.4.tar.gz
This commit is contained in:
parent
c9fecf3a55
commit
e6b59bced2
11 changed files with 769 additions and 0 deletions
6
libc/isystem/search.h
Normal file
6
libc/isystem/search.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef LIBC_ISYSTEM_SEARCH_H
|
||||
#define LIBC_ISYSTEM_SEARCH_H
|
||||
|
||||
#include "third_party/musl/search.h"
|
||||
|
||||
#endif /* LIBC_ISYSTEM_SEARCH_H */
|
Loading…
Add table
Add a link
Reference in a new issue