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. */
6 # error "Never use <bits/ioctls.h> directly; include <sys/ioctl.h> instead."
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