summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sys/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/select.h b/include/sys/select.h
index c8fbb31..605823b 100644
--- a/include/sys/select.h
+++ b/include/sys/select.h
@@ -50,7 +50,7 @@ _STI void __fortify_FD_SET(int __f, fd_set * _FORTIFY_POS0 __s)
50 FD_SET(__f, __s); 50 FD_SET(__f, __s);
51} 51}
52 52
53_STI int __fortify_FD_ISSET(int __f, fd_set * _FORTIFY_POS0 __s) 53_STI int __fortify_FD_ISSET(int __f, const fd_set * _FORTIFY_POS0 __s)
54{ 54{
55 __fh_size_t __b = __fh_bos(__s, 0); 55 __fh_size_t __b = __fh_bos(__s, 0);
56 56