commit | 5828ad7dfea1c52ee2b9da1061f9fa40378a7972 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Oct 29 19:58:17 2019 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Oct 29 19:58:17 2019 -0700 |
tree | 4ea4650f329931b18ce9ede4db23727440750020 | |
parent | c430451205f78579c4f795b4339a81692a97f4d8 [diff] [blame] |
Clean up some obsolete NetBSD portability cruft. Test: treehugger Change-Id: I9197e6ebcaec6811ff5ee12e4d2e7a14c2881f64
diff --git a/libc/upstream-netbsd/android/include/namespace.h b/libc/upstream-netbsd/android/include/namespace.h index 630ea9b..ae7585c 100644 --- a/libc/upstream-netbsd/android/include/namespace.h +++ b/libc/upstream-netbsd/android/include/namespace.h
@@ -14,10 +14,7 @@ * limitations under the License. */ -#ifndef _BIONIC_NETBSD_NAMESPACE_H_included -#define _BIONIC_NETBSD_NAMESPACE_H_included +#pragma once __LIBC_HIDDEN__ int __res_enable_mt(void); __LIBC_HIDDEN__ int __res_disable_mt(void); - -#endif