linux/arch/um
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
..
configs
drivers um: Do not use stdin and stdout identifiers for struct members 2015-06-25 22:42:19 +02:00
include um: Handle tracehook_report_syscall_entry() result 2015-05-31 22:59:03 +02:00
kernel um: Handle tracehook_report_syscall_entry() result 2015-05-31 22:59:03 +02:00
os-Linux um: Include sys/types.h for makedev(), major(), minor() 2015-06-25 22:42:21 +02:00
scripts
.gitignore
Kconfig.char
Kconfig.common um: Skip futex_atomic_cmpxchg_inatomic() test 2015-01-04 14:20:26 +01:00
Kconfig.debug
Kconfig.net
Kconfig.rest
Kconfig.um um: Fix mconsole dependency 2015-05-31 23:27:26 +02:00
Makefile um: Stop abusing __KERNEL__ 2015-05-31 22:05:32 +02:00
Makefile-os-Linux
Makefile-skas