Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / native_client_sdk / src / libraries / nacl_io / include / bits / ioctls.h
blob7a4de329887ab29922387ccf08557ee349eb9385
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 #ifndef _SYS_IOCTL_H
6 # error "Never use <bits/ioctls.h> directly; include <sys/ioctl.h> instead."
7 #endif
9 /*
10 * This file overrides the default bits/ioctls.h that we ship with the
11 * glibc toolchain. With the arm version of the toolchain this file is
12 * deliberately left empty, but nacl_io requires these ioctl to be defined.
15 #define TIOCGWINSZ 0x5413
16 #define TIOCSWINSZ 0x5414