- 06 11月, 2017 2 次提交
-
-
由 Szabolcs Nagy 提交于
new syscall in linux commit 916cda1aa1b412d7cf2991c3af7479544942d121
-
由 Szabolcs Nagy 提交于
statx was added in linux commit a528d35e8bfcc521d7cb70aaf03e1bd296c8493f (there is no libc wrapper yet and microblaze and sh misses the number).
-
- 30 8月, 2017 2 次提交
-
-
由 Szabolcs Nagy 提交于
aligned with linux arch/s390/include/asm/elf.h (these macros should be exported into uapi, but they are not)
-
由 Szabolcs Nagy 提交于
it is defined in linux asm/sockios.h since commit ae40eb1ef30ab4120bd3c8b7e3da99ee53d27a23 (linux v2.6.22) but was missing from musl by accident. in musl the sockios macros are exposed in sys/ioctl.h together with other ioctl requests instead of in sys/socket.h because of namespace rules. (glibc has them in sys/socket.h under _GNU_SOURCE.)
-
- 23 4月, 2017 1 次提交
-
-
由 Bobby Bingham 提交于
This structure was missed when creating the s390x port. This is based on the report and patch from William Pitcock, but with a modified structure defintion to more closely match the kernel's definition.
-
- 16 3月, 2017 1 次提交
-
-
由 Tuan M. Hoang 提交于
Including sys/procfs.h complains unknown type name 'fpreg_t' in bits/user.h. fpreg_t in bits/signal.h and elf_fpreg_t in bits/user.h are practically the same. per_struct is never used, even conflicts with kernel header asm/ptrace.h
-
- 17 12月, 2016 2 次提交
-
-
由 Bobby Bingham 提交于
-
由 Bobby Bingham 提交于
-
- 12 11月, 2016 1 次提交
-
-
由 Bobby Bingham 提交于
-