summaryrefslogtreecommitdiff
path: root/include/sys/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/select.h')
-rw-r--r--include/sys/select.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/select.h b/include/sys/select.h
index 4623071..db6135d 100644
--- a/include/sys/select.h
+++ b/include/sys/select.h
@@ -24,7 +24,7 @@
24extern "C" { 24extern "C" {
25#endif 25#endif
26 26
27static __inline __attribute__((__always_inline__,__gnu_inline__,__artificial__)) 27static __inline__ __attribute__((__always_inline__,__gnu_inline__,__artificial__))
28void __fortify_FD_CLR(int __f, fd_set *__s) 28void __fortify_FD_CLR(int __f, fd_set *__s)
29{ 29{
30 size_t __b = __builtin_object_size(__s, 0); 30 size_t __b = __builtin_object_size(__s, 0);
@@ -34,7 +34,7 @@ void __fortify_FD_CLR(int __f, fd_set *__s)
34 FD_CLR(__f, __s); 34 FD_CLR(__f, __s);
35} 35}
36 36
37static __inline __attribute__((__always_inline__,__gnu_inline__,__artificial__)) 37static __inline__ __attribute__((__always_inline__,__gnu_inline__,__artificial__))
38void __fortify_FD_SET(int __f, fd_set *__s) 38void __fortify_FD_SET(int __f, fd_set *__s)
39{ 39{
40 size_t __b = __builtin_object_size(__s, 0); 40 size_t __b = __builtin_object_size(__s, 0);