summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/posix_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/posix_types.h')
-rw-r--r--include/asm-sh/posix_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/posix_types.h b/include/asm-sh/posix_types.h
index 4bb9f7e26f..c9d9fb84f1 100644
--- a/include/asm-sh/posix_types.h
+++ b/include/asm-sh/posix_types.h
@@ -68,7 +68,7 @@ static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp)
#undef __FD_ISSET
static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p)
-{
+{
unsigned long __tmp = __fd / __NFDBITS;
unsigned long __rem = __fd % __NFDBITS;
return (__p->fds_bits[__tmp] & (1UL<<__rem)) != 0;
OpenPOWER on IntegriCloud