serenity/LibC
Andreas Kling befeabd8fe Okay, with some mucking around, there is now a /bin/id and it runs!
It statically links against everything in LibC that it needs.
This will work just fine for a long time to come!
2018-10-22 14:41:54 +02:00
..
.gitignore Import very modest Userland. 2018-10-22 14:06:22 +02:00
entry.cpp Link "id" against the LibC. 2018-10-22 14:13:17 +02:00
Makefile Import very modest Userland. 2018-10-22 14:06:22 +02:00
stdarg.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
stdio.cpp Okay, with some mucking around, there is now a /bin/id and it runs! 2018-10-22 14:41:54 +02:00
stdio.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
syscall.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
types.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
unistd.cpp Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00
unistd.h Start work on a standard C library. I'm calling it... LibC. 2018-10-22 13:57:25 +02:00