]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
Add patch to fix atomic_* definitions
authorVlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@stud.acs.upb.ro>
Tue, 17 Dec 2019 17:05:04 +0000 (17:05 +0000)
committerFelipe Huici <felipe.huici@neclab.eu>
Wed, 18 Dec 2019 10:11:56 +0000 (11:11 +0100)
commit59eb3e5a44e8fb4b082957f336c0cb0284ef7793
tree2a0bea06ab0e5236cb35cfc0048b3e18fb1624a7
parentcfa0c4b1d502fe8b3fe24a088e710b43265cea5b
Add patch to fix atomic_* definitions

Currently, including stdatomic.h causes the compilation to fail due to
the now obsolate definitions of atomic_* functions. We adapt the existing
implementations via a patch to fix this.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@stud.acs.upb.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
patches/0009-stdatomic.h-Fix-atomic_-definitions.patch [new file with mode: 0644]