1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09: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:
Peter Elliott 2021-07-26 23:54:01 -06:00 committed by Andreas Kling
parent 39a77559f1
commit ee0c6e1b6d
Notes: sideshowbarker 2024-07-18 05:24:25 +09:00

View file

@ -0,0 +1,9 @@
/*
* Copyright (c) 2021, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <poll.h>