mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8 lines
206 B
C
8 lines
206 B
C
|
// Copyright 2012 Google Inc. All Rights Reserved.
|
||
|
// Author: yugui@google.com (Yugui Sonoda)
|
||
|
#ifndef RUBY_NACL_IOCTL_H
|
||
|
#define RUBY_NACL_IOCTL_H
|
||
|
int ioctl(int fd, int request, ...);
|
||
|
struct flock{};
|
||
|
#endif
|