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:
Gautham 2023-10-15 18:50:54 -05:00 committed by GitHub
parent c9fecf3a55
commit e6b59bced2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 769 additions and 0 deletions

6
libc/isystem/search.h Normal file
View 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 */