Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23106>
'u_debug_refcnt.h',
'u_dl.c',
'u_dl.h',
+ 'u_dynarray.c',
'u_dynarray.h',
'u_endian.h',
'u_hash_table.c',
--- /dev/null
+/*
+ * Copyright 2023 Valve Corporation
+ * SPDX-License-Identifier: MIT
+ */
+
+#include "u_dynarray.h"
+
+unsigned util_dynarray_is_data_stack_allocated;
extern "C" {
#endif
-static unsigned util_dynarray_is_data_stack_allocated;
+extern unsigned util_dynarray_is_data_stack_allocated;
/* A zero-initialized version of this is guaranteed to represent an
* empty array.