blob: 0a18eeb3f5324596c737dab5d117842c285dde49 (
plain)
1
2
3
4
5
6
7
|
// Copyright 2012 Google Inc. All Rights Reserved.
// Author: [email protected] (Yugui Sonoda)
#ifndef RUBY_NACL_IOCTL_H
#define RUBY_NACL_IOCTL_H
int ioctl(int fd, int request, ...);
struct flock{};
#endif
|