mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-04-23 14:01:26 +00:00
lib: use stdatomic.h for memory barriers
C11 gives us APIs for fencing logic. Use that instead of a a long, per-architecture, hand curated list of definitions.
This commit is contained in:
@ -41,8 +41,6 @@
|
||||
#include "sp-callgraph-view.h"
|
||||
#include "sp-cell-renderer-percent.h"
|
||||
|
||||
#include "util.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
SpCallgraphProfile *profile;
|
||||
|
||||
Reference in New Issue
Block a user