blob: 5a59b8b694d99cbd56525eabaaf3277c649b4211 [file] [log] [blame]
// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "nacl_io/kernel_intercept.h"
#include "nacl_io/ostermios.h"
int tcflush(int fd, int queue_selector) {
return ki_tcflush(fd, queue_selector);
}