]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
Introduce <sys/unistd.h> for including both newlib and Unikraft definitions
authorCostin Lupu <costin.lupu@cs.pub.ro>
Sun, 13 Oct 2019 13:37:32 +0000 (16:37 +0300)
committerFelipe Huici <felipe.huici@neclab.eu>
Wed, 16 Oct 2019 08:01:20 +0000 (10:01 +0200)
commit2c79cd512d4edb887c9075993be5978e27b3807d
treee3125154418f6aead3ff288a39526bc0148c9565
parentc19a811f99ac4c6accba399a9ae364852f415baf
Introduce <sys/unistd.h> for including both newlib and Unikraft definitions

The ukunistd internal lib defines mostly user related functions. Some of them
are not declared by newlib headers. For those ones we will use the <uk/user.h>
from the ukunistd lib.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
include/sys/unistd.h [new file with mode: 0644]