mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:37:45 +00:00
LibC: Move dlfcn_integration.h
to the bits
directory
This commit is contained in:
parent
be941c13e3
commit
e2c55ee0a8
5 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
#include <AK/String.h>
|
#include <AK/String.h>
|
||||||
#include <AK/Types.h>
|
#include <AK/Types.h>
|
||||||
|
#include <bits/dlfcn_integration.h>
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#include <dlfcn_integration.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
// These are filled in by the dynamic loader.
|
// These are filled in by the dynamic loader.
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
#include <LibELF/DynamicLoader.h>
|
#include <LibELF/DynamicLoader.h>
|
||||||
#include <LibELF/DynamicObject.h>
|
#include <LibELF/DynamicObject.h>
|
||||||
#include <LibELF/Hashes.h>
|
#include <LibELF/Hashes.h>
|
||||||
|
#include <bits/dlfcn_integration.h>
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#include <dlfcn_integration.h>
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -16,8 +16,8 @@
|
||||||
#include <LibELF/Hashes.h>
|
#include <LibELF/Hashes.h>
|
||||||
#include <LibELF/Validation.h>
|
#include <LibELF/Validation.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <bits/dlfcn_integration.h>
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#include <dlfcn_integration.h>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
#include <LibC/elf.h>
|
#include <LibC/elf.h>
|
||||||
#include <LibELF/DynamicObject.h>
|
#include <LibELF/DynamicObject.h>
|
||||||
#include <LibELF/Image.h>
|
#include <LibELF/Image.h>
|
||||||
#include <dlfcn_integration.h>
|
#include <bits/dlfcn_integration.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
|
||||||
namespace ELF {
|
namespace ELF {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue