mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
LibCore: Remove all remaining C prefix references
LibCore's GZip is also moved into the Core namespace with this change.
This commit is contained in:
parent
4a271430f8
commit
57f1c919df
Notes:
sideshowbarker
2024-07-19 08:51:34 +09:00
Author: https://github.com/shannonbooth
Commit: 57f1c919df
Pull-request: https://github.com/SerenityOS/serenity/pull/1370
17 changed files with 42 additions and 34 deletions
|
@ -31,7 +31,7 @@ The service is advised to set this flag using [`fcntl`(2)](../man2/fcntl.md) and
|
|||
unset `SOCKET_TAKEOVER` from the environment in order not to confuse its
|
||||
children.
|
||||
|
||||
LibCore provides `CLocalServer::take_over_from_system_server()` method that
|
||||
LibCore provides `Core::LocalServer::take_over_from_system_server()` method that
|
||||
performs the service side of the socket takeover automatically.
|
||||
|
||||
If a service is configured as *lazy*, SystemServer will actually listen on the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue