diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-10-31 19:49:22 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-10-31 19:54:25 +0100 |
commit | 9886b27d9cc67221efc8ee7e277570d146ee9992 (patch) | |
tree | 5021bcfb8c68c0f7a7bc371240fbc35c514329bc /LibC/sys/cdefs.h | |
parent | 819ce91395804d4ae9ac07d0080d3cfbed4ea258 (diff) | |
download | serenity-9886b27d9cc67221efc8ee7e277570d146ee9992.zip |
Add getpwent() family of functions to LibC.
Also add a little /etc/passwd database. There's just me in there.
Diffstat (limited to 'LibC/sys/cdefs.h')
-rw-r--r-- | LibC/sys/cdefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LibC/sys/cdefs.h b/LibC/sys/cdefs.h index 68f4045e31..743ff03951 100644 --- a/LibC/sys/cdefs.h +++ b/LibC/sys/cdefs.h @@ -9,4 +9,3 @@ #define __BEGIN_DECLS #define __END_DECLS #endif - |