- Mar 12, 2018
-
-
Dan Robertson authored
The rusage struct makes use of the timeval structure. Make sure to include sys/time.h so that the type is known. Add SIZE_MAX to stdint.h sys/resource expects the defined structures to not be defined with a typedef.
-
- Mar 11, 2018
-
-
Create stubs for signal.h
-
Paul Sajna authored
-
- Mar 10, 2018
-
-
Dan Robertson authored
Add a crate with stubbed functions for the float.h header.
-
- Update target location of mman.h to sys/mman.h - Add more types to sys/type.h
-
Dan Robertson authored
Add implementations of sprintf and snprintf so that we can get a bit closer to compiling libc-test.
-
- Mar 09, 2018
-
-
Paul Sajna authored
-
SamwiseFilmore authored
-
-
Dan Robertson authored
The current implementation of open requires the user to pass all three args to the function. It should use a va_list and allow a user to provide only the filename and flags.
-
- Mar 08, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Paul Sajna authored
-
- Mar 04, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Mar 03, 2018
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-