From ff0f4d2c212e76e4de23563e1b62be19cb054cc6 Mon Sep 17 00:00:00 2001 From: Gautham Date: Sun, 15 Oct 2023 17:12:57 -0500 Subject: [PATCH] add isystem header --- libc/isystem/search.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libc/isystem/search.h diff --git a/libc/isystem/search.h b/libc/isystem/search.h new file mode 100644 index 000000000..7b43512d2 --- /dev/null +++ b/libc/isystem/search.h @@ -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 */