mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
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>
This commit is contained in:
@@ -28,3 +28,4 @@ __fdelt_chk (long int d)
|
||||
return d / __NFDBITS;
|
||||
}
|
||||
strong_alias (__fdelt_chk, __fdelt_warn)
|
||||
libc_hidden_def (__fdelt_chk)
|
||||
|
Reference in New Issue
Block a user