diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-02-25 02:52:49 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-02-28 14:51:53 -0500 |
| commit | d4f375c46be2e509ee9161b0577d8a25d6620b3e (patch) | |
| tree | c79f706ad52702e62b615e94e702ff625b957575 /src/glibc.hpp | |
| parent | 4616af0ca459358ffa09ba27f9daa8527a38fd35 (diff) | |
| download | zig-d4f375c46be2e509ee9161b0577d8a25d6620b3e.tar.gz zig-d4f375c46be2e509ee9161b0577d8a25d6620b3e.zip | |
stage1: remove get_self_libc_path
and glibc_detect_native_version
Diffstat (limited to 'src/glibc.hpp')
| -rw-r--r-- | src/glibc.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glibc.hpp b/src/glibc.hpp index 42c2099371..8e4c7888ad 100644 --- a/src/glibc.hpp +++ b/src/glibc.hpp @@ -43,9 +43,6 @@ Error glibc_load_metadata(ZigGLibCAbi **out_result, Buf *zig_lib_dir, bool verbo Error glibc_build_dummies_and_maps(CodeGen *codegen, const ZigGLibCAbi *glibc_abi, const ZigTarget *target, Buf **out_dir, bool verbose, Stage2ProgressNode *progress_node); -// returns ErrorUnknownABI when glibc is not the native libc -Error glibc_detect_native_version(ZigGLibCVersion *glibc_ver); - size_t glibc_lib_count(void); const ZigGLibCLib *glibc_lib_enum(size_t index); const ZigGLibCLib *glibc_lib_find(const char *name); |
