Displaying 1 result from an estimated 1 matches for "7af28fe".
Did you mean:
7af28fee
2013 Nov 12
0
[klibc:master] poll, select: fix style problems
...ll.c
@@ -4,7 +4,7 @@
#ifndef __NR_poll
-int poll (struct pollfd *fds, nfds_t nfds, long timeout)
+int poll(struct pollfd *fds, nfds_t nfds, long timeout)
{
struct timespec timeout_ts;
struct timespec *timeout_ts_p = NULL;
diff --git a/usr/klibc/select.c b/usr/klibc/select.c
index e416794..7af28fe 100644
--- a/usr/klibc/select.c
+++ b/usr/klibc/select.c
@@ -8,10 +8,10 @@
struct __pselect6;
__extern int __pselect6(int, fd_set *, fd_set *, fd_set *,
- const struct timespec *, const struct __pselect6 *);
+ const struct timespec *, const struct __pselect6 *);
int...