1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:47:36 +00:00

LibC: Misc additions

This commit is contained in:
Sergey Bugaev 2019-10-02 22:48:14 +03:00 committed by Andreas Kling
parent 17597f4681
commit 89bf38864a
4 changed files with 40 additions and 4 deletions

View file

@ -4,6 +4,7 @@
__BEGIN_DECLS
#define RTLD_DEFAULT 0
#define RTLD_LAZY 1
#define RTLD_NOW 2
#define RTLD_GLOBAL 3