diff options
| author | Jonathon Anderson <[email protected]> | 2019-08-25 10:01:51 -0500 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2019-10-22 18:27:30 +0200 |
| commit | 77b66a71adaff5b445c3a5bb43b6d5742265df14 (patch) | |
| tree | 4b8d792ba9969be78236b5d0dd2add05649ad048 /lib/ChangeLog | |
| parent | 47780c9e4cbd312da6d93c9d70c554d34d83dd05 (diff) | |
Add some supporting framework for C11-style atomics.
Uses the stdatomic.h provided by FreeBSD when GCC doesn't (ie. GCC < 4.9)
Signed-off-by: Jonathon Anderson <[email protected]>
Signed-off-by: Srđan Milaković <[email protected]>
Diffstat (limited to 'lib/ChangeLog')
| -rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 7381860c..3799c3aa 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2019-08-25 Jonathon Anderson <[email protected]> + + * stdatomic-fbsd.h: New file, taken from FreeBSD. + * atomics.h: New file. + * Makefile.am (noinst_HEADERS): Added *.h above. + 2019-05-03 Rosen Penev <[email protected]> * color.c (parse_opt): Cast program_invocation_short_name to char *. |
