Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71471
b: refs/heads/master
c: 1276b10
h: refs/heads/master
i:
  71469: c805cc5
  71467: 8a3c8b7
  71463: 8a67157
  71455: 33084fd
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Oct 19, 2007
1 parent 84a59c2 commit c276723
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bc552f77157d1bae79d0d3a5541da9579c39cb70
refs/heads/master: 1276b103c20603835d9b903cae099125e8c2c5a3
5 changes: 0 additions & 5 deletions trunk/fs/select.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,6 @@ static int max_select_fd(unsigned long n, fd_set_bits *fds)
return max;
}

#define BIT(i) (1UL << ((i)&(__NFDBITS-1)))
#define MEM(i,m) ((m)+(unsigned)(i)/__NFDBITS)
#define ISSET(i,m) (((i)&*(m)) != 0)
#define SET(i,m) (*(m) |= (i))

#define POLLIN_SET (POLLRDNORM | POLLRDBAND | POLLIN | POLLHUP | POLLERR)
#define POLLOUT_SET (POLLWRBAND | POLLWRNORM | POLLOUT | POLLERR)
#define POLLEX_SET (POLLPRI)
Expand Down

0 comments on commit c276723

Please sign in to comment.