aboutsummaryrefslogtreecommitdiffstats
path: root/nacl/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/select.h')
-rw-r--r--nacl/select.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/nacl/select.h b/nacl/select.h
deleted file mode 100644
index 921721a2fd..0000000000
--- a/nacl/select.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2012 Google Inc. All Rights Reserved.
-// Author: yugui@google.com (Yugui Sonoda)
-#ifndef RUBY_NACL_SELECT_H
-#define RUBY_NACL_SELECT_H
-int select(int num_fds, fd_set *in_fds, fd_set *out_fds,
- fd_set *ex_fds, struct timeval *timeout);
-#endif