search for: 98497e7

Displaying 1 result from an estimated 1 matches for "98497e7".

2012 Oct 01
0
[klibc:master] include: [sys/time.h] fix for Linux 3.5.1
...SIZE is defined. Signed-off-by: Colin Watson <cjwatson at ubuntu.com> Signed-off-by: maximilian attems <max at stro.at> --- usr/include/sys/time.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/usr/include/sys/time.h b/usr/include/sys/time.h index 7a2f8b9..98497e7 100644 --- a/usr/include/sys/time.h +++ b/usr/include/sys/time.h @@ -23,6 +23,7 @@ #undef FD_SET #undef FD_CLR #undef FD_ISSET +#undef FD_SETSIZE __extern void *memset(void *, int, size_t); static inline void FD_ZERO(fd_set *__fdsetp) @@ -45,6 +46,8 @@ static inline int FD_ISSET(int __fd, fd...