commit | ace54e4288f7e8b77971662688f96e5db21d2885 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Feb 06 16:04:36 2025 -0500 |
committer | Elliott Hughes <enh@google.com> | Thu Feb 06 16:04:36 2025 -0500 |
tree | 73deae98ba0fd996bf5a1b3bb4fec7e04599c786 | |
parent | 635c510689c7565441f2d26fcfb9adb8fb97d342 [diff] |
openbsd-compat.h: remove another unused forward declaration. Change-Id: I1622e077e89d8ef340df7d29d9ec94c54c3e88ff
diff --git a/libc/upstream-openbsd/android/include/openbsd-compat.h b/libc/upstream-openbsd/android/include/openbsd-compat.h index b408390..19f28ad 100644 --- a/libc/upstream-openbsd/android/include/openbsd-compat.h +++ b/libc/upstream-openbsd/android/include/openbsd-compat.h
@@ -49,7 +49,6 @@ #endif __LIBC_HIDDEN__ extern char* __findenv(const char*, int, int*); -__LIBC_HIDDEN__ extern char* _mktemp(char*); // Only OpenBSD has this at the moment, and we're more likely to just say // "malloc is always calloc", so we don't expose this as libc API.