]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
update newlib glue for use with vfscore
authorYuri Volchkov <yuri.volchkov@neclab.eu>
Tue, 5 Mar 2019 18:29:54 +0000 (19:29 +0100)
committerFlorian Schmidt <florian.schmidt@neclab.eu>
Wed, 6 Mar 2019 09:35:19 +0000 (10:35 +0100)
commita4f6ac2a41326a4373ea4e4eb1a7a2b00836c653
tree8bd00ebd49e4ff8c037fe5b61561f745e8954fc6
parentffa7d9792dbd88776401b8658d1bc384e2774ea5
update newlib glue for use with vfscore

Consists of multiple fixes:
  - remove stubs of the functions provided by vfscore
  - import mount.h, statfs.h, uio.h from nolibc (minimal changes)
  - add stub for sigfillset

Signed-off-by: Yuri Volchkov <yuri.volchkov@neclab.eu>
Reviewed-by: Florian Schmidt <florian.schmidt@neclab.eu>
file.c
include/sys/mount.h [new file with mode: 0644]
include/sys/statfs.h [new file with mode: 0644]
include/sys/uio.h [new file with mode: 0644]
plat.c