mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03: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
Notes:
sideshowbarker
2024-07-18 05:24:25 +09:00
Author: https://github.com/petelliott Commit: https://github.com/SerenityOS/serenity/commit/ee0c6e1b6d4 Pull-request: https://github.com/SerenityOS/serenity/pull/9559
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…
Reference in New Issue
Block a user