Skip to content

Missing implementation for stdatomic #36

@craciunoiuc

Description

@craciunoiuc

Musl currently does not support the C11 standard for atomic variables, and as far as I know, it will never support it.

Unfortunately, plenty of applications depend on the respective header files to compile successfully.

As such, to avoid problems, one thing we could do is to implement stdatomic ourselves using gcc calls, as Unikraft is currently compiled with mostly gcc.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions