blob: d79762938439cf7c62a26b70d0a0a52424900486 [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//! A module for Linux specific functionality like epoll and syslog handling.
pub mod events;