We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f1b1c commit 60202fbCopy full SHA for 60202fb
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);
51
}
52
53
-_STI int __fortify_FD_ISSET(int __f, fd_set * _FORTIFY_POS0 __s)
+_STI int __fortify_FD_ISSET(int __f, const fd_set * _FORTIFY_POS0 __s)
54
{
55
__fh_size_t __b = __fh_bos(__s, 0);
56
0 commit comments