From 65c93ff68f93f83b471e52edd989c30d1c0f437f Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 28 Sep 2020 18:47:13 -0400 Subject: [PATCH 2/3] add hidden declaration for internal __aio_close function --- src/internal/pthread_impl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 358ad1ce..23ee566c 100644 --- a/src/internal/pthread_impl.h +++ b/src/internal/pthread_impl.h @@ -162,6 +162,7 @@ extern hidden void *__pthread_tsd_main[]; extern hidden volatile int __aio_fut; extern hidden volatile int __eintr_valid_flag; +extern hidden int __aio_close(int); extern hidden void __aio_atfork(int); hidden int __clone(int (*)(void *), void *, int, void *, ...); -- 2.21.0