repo: delete gnu ELF header (used as a reference to build the elf.h header)

This commit is contained in:
RaphProductions 2025-05-09 21:08:53 +02:00
parent 287a7fb312
commit c4e98f5ef2
4 changed files with 5 additions and 4497 deletions

View file

@ -24,4 +24,5 @@ typedef struct __vfs_mount {
struct vfs_node *mount_point; // The directory in the main VFS where this is mounted
struct vfs_node *mounted_root; // The root node of the mounted filesystem
struct vfs_mount *next; // Pointer to next mount point
} vfs_mount;
} vfs_mount;