1// Copyright 2012 Google Inc. All Rights Reserved.
2// Author: yugui@google.com (Yugui Sonoda)
3#ifndef RUBY_NACL_IOCTL_H
4#define RUBY_NACL_IOCTL_H
5int ioctl(int fd, int request, ...);
6struct flock{};
7#endif
8