Browse Source

fix preprocessor error introduced in poll.h in last commit

master
Rich Felker 12 years ago
parent
commit
91a3bd743e
  1. 2
      include/poll.h

2
include/poll.h

@ -24,7 +24,7 @@ extern "C" {
#ifndef POLLMSG
#define POLLMSG 0x400
#define POLLRDHUP 0x2000
#define
#endif
typedef unsigned long nfds_t;

Loading…
Cancel
Save