about summary refs log tree commit diff
path: root/misc/Makefile
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 /misc/Makefile
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 'misc/Makefile')
-rw-r--r--misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 36ba7a0bad..3497d30f3b 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -68,6 +68,7 @@ headers	:= \
   bits/syslog-ldbl.h \
   bits/syslog-path.h \
   bits/error.h \
+  bits/select-decl.h \
   bits/select2.h \
   bits/hwcap.h \
   sys/auxv.h \