Skip to content

Commit 431741f

Browse files
update the link
1 parent a8eedf0 commit 431741f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/search/hcreate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace LIBC_NAMESPACE {
1616
LLVM_LIBC_FUNCTION(int, hcreate, (size_t capacity)) {
1717
// We follow FreeBSD's implementation here. If the global_hash_table is
1818
// already initialized, this function will do nothing and return 1.
19-
// https://android.googlesource.com/platform/bionic/+/refs/heads/main/libc/upstream-freebsd/lib/libc/stdlib/hcreate.c
19+
// https://cgit.freebsd.org/src/tree/lib/libc/stdlib/hcreate.c
2020
if (internal::global_hash_table != nullptr)
2121
return 1;
2222

0 commit comments

Comments
 (0)