summaryrefslogtreecommitdiff
path: root/Libraries/LibC/dirent.h
AgeCommit message (Collapse)Author
2019-11-16LibC: Added some missing directory type constantsBrandon Scott
Added some missing directory type constants to dirent.h
2019-10-12LibC: Add readdir_r for re-entrant directory reading (#648)Calvin Buckley
This is popular and in POSIX. Some duplicated code between readdir is also unified into some static functions.
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/.