Gunnar Beutner
|
75d774ba29
|
LibC: Add missing macro for _SC_CLK_TCK
|
2021-04-14 21:46:20 +02:00 |
|
Gunnar Beutner
|
546fa8cfb5
|
LibC: Change return type for sleep() to unsigned int
According to POSIX.1-2001 the return type should be unsigned int.
|
2021-04-14 21:46:20 +02:00 |
|
Gunnar Beutner
|
64740a0214
|
LibC: getopt() and getopt_long() shouldn't modify argv
|
2021-04-11 09:51:20 +02:00 |
|
Andreas Kling
|
c91bb72964
|
LibC: Add vfork() as a simple wrapper around fork()
I don't know if we should implement optimized vfork(). I'm adding it
here since SDL2 uses it.
|
2021-03-28 00:05:29 +01:00 |
|
thatdutchguy
|
10e3e8f6d4
|
Kernel: Add _SC_CLK_TCK to sysconf.
Unbreaks the hatari port.
|
2021-03-16 21:56:47 +01:00 |
|
AnotherTest
|
4519950266
|
Kernel+LibC: Add the _SC_GETPW_R_SIZE_MAX sysconf enum
It just returns 4096 :P
|
2021-02-15 17:32:56 +01:00 |
|
AnotherTest
|
2db4ab80a2
|
LibC: Pull fd_set.h into unistd.h
|
2021-02-15 17:32:56 +01:00 |
|
Linus Groh
|
2cc3d68615
|
Kernel+LibC: Add _SC_TTY_NAME_MAX
|
2021-01-18 22:28:56 +01:00 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|