about summary refs log tree commit diff
path: root/include/bits
diff options
context:
space:
mode:
authorFrédéric Bérat <fberat@redhat.com>2023-04-26 11:48:56 +0200
committerFrédéric Bérat <fberat@redhat.com>2023-07-05 16:59:48 +0200
commitd9a99272d21d9602ec7e134169c115aa27d956b6 (patch)
tree6bb242aeb33954c6a524a76fea7491b4783e0e72 /include/bits
parentb17d65ff927241d2bc36cbfe258431bec2ffad1b (diff)
downloadglibc-d9a99272d21d9602ec7e134169c115aa27d956b6.tar.gz
glibc-d9a99272d21d9602ec7e134169c115aa27d956b6.tar.xz
glibc-d9a99272d21d9602ec7e134169c115aa27d956b6.zip
misc/bits/select2.h: Clearly separate declaration from definitions
The __fdelt_chk declaration needs to be available so that
libc_hidden_proto can be used while not redefining __FD_ELT.
Thus, misc/bits/select-decl.h is created to hold the corresponding
prototypes.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'include/bits')
-rw-r--r--include/bits/select-decl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bits/select-decl.h b/include/bits/select-decl.h
new file mode 100644
index 0000000000..43db738a61
--- /dev/null
+++ b/include/bits/select-decl.h
@@ -0,0 +1 @@
+#include <misc/bits/select-decl.h>