mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 05:54:58 +00:00
LibC: Add <sys/poll.h> as an alias for <poll.h>
<poll.h> was originally <sys/poll.h> and some old software like X11 still uses the old path.
This commit is contained in:
parent
39a77559f1
commit
ee0c6e1b6d
1 changed files with 9 additions and 0 deletions
9
Userland/Libraries/LibC/sys/poll.h
Normal file
9
Userland/Libraries/LibC/sys/poll.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2021, the SerenityOS developers.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <poll.h>
|
Loading…
Add table
Add a link
Reference in a new issue