mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-28 14:02:51 +00:00
LibC: Move S_* defines into <fcntl.h>
According to the Single UNIX Specification, Version 2 that's where those macros should be defined. This fixes the libiconv port. This also fixes some (but not all) build errors for the diffutils and nano ports.
This commit is contained in:
parent
be4b20c14d
commit
8ca5b8c065
Notes:
sideshowbarker
2024-07-18 20:32:56 +09:00
Author: https://github.com/gunnarbeutner
Commit: 8ca5b8c065
Pull-request: https://github.com/SerenityOS/serenity/pull/6233
10 changed files with 37 additions and 32 deletions
|
@ -32,13 +32,13 @@
|
|||
#include <LibCore/ConfigFile.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <LibCore/Socket.h>
|
||||
#include <fcntl.h>
|
||||
#include <grp.h>
|
||||
#include <libgen.h>
|
||||
#include <pwd.h>
|
||||
#include <sched.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
static HashMap<pid_t, Service*> s_service_map;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue