summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/mntent.cpp
AgeCommit message (Expand)Author
2022-01-13LibC: Remove TODO() macros to not break mc portKenneth Myhra
2022-01-07LibC: Add mntent stub functionsMartin Bříza
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-17LibC: Change a couple of ASSERT_NOT_REACHED() to TODO()Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling