]> xenbits.xensource.com Git - unikraft/libs/libcxx.git/commit
Add features.h
authorCostin Lupu <costin.lupu@cs.pub.ro>
Sat, 1 Jun 2019 20:16:49 +0000 (23:16 +0300)
committerFelipe Huici <felipe.huici@neclab.eu>
Mon, 3 Jun 2019 05:41:30 +0000 (07:41 +0200)
commitd1f2d154ec03b821685dbda9ae92a02a1e47fe95
tree0c4499499cdc1427afc948f309c7528dd7a1af8f
parent5d3185693b092fa4f5b8483268fdd4f2a79640e9
Add features.h

When threads are enabled, cxx library includes a 'features.h' header in its
'include/__config' header from origin. The header introduced by this patch
includes the 'sys/features.h' header from newlib.

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