linux/arch/um/os-Linux
Hans-Werner Hilse 8eeba4e9a7 um: Include sys/types.h for makedev(), major(), minor()
The functions in question are not part of the POSIX standard,
documentation however hints that the corresponding header shall
be sys/types.h. C libraries other than glibc, namely musl, did
not include that header via other ways and complained.

Signed-off-by: Hans-Werner Hilse <hwhilse@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2015-06-25 22:42:21 +02:00
..
drivers um: Do not use stdin and stdout identifiers for struct members 2015-06-25 22:42:19 +02:00
skas um/os-Linux: Use char[] for syscall_stub declarations 2015-05-31 13:14:07 +02:00
aio.c
elf_aux.c
execvp.c
file.c um: Include sys/types.h for makedev(), major(), minor() 2015-06-25 22:42:21 +02:00
helper.c
internal.h
irq.c
main.c um: Missing pipe handling 2014-04-20 23:13:30 +02:00
Makefile
mem.c
process.c um: Remove SKAS3/4 support 2015-04-13 21:00:53 +02:00
registers.c
sigio.c
signal.c um: Do not use __ptr_t type for stack_t's .ss pointer 2015-06-25 22:42:17 +02:00
start_up.c um: Remove SKAS3/4 support 2015-04-13 21:00:53 +02:00
time.c
tty.c
umid.c
user_syms.c
util.c