diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-10-23 12:35:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-21 14:06:48 -0500 |
commit | 25f882a9cfe39ccb2942fe55f41cdcbfd1ba288e (patch) | |
tree | 340150a7a7641addea2dd9fd52724ebd7be71296 /configure.ac | |
parent | 880d596f4dbb65885ebbc8b1b88e852529779324 (diff) | |
download | tor-25f882a9cfe39ccb2942fe55f41cdcbfd1ba288e.tar.gz tor-25f882a9cfe39ccb2942fe55f41cdcbfd1ba288e.zip |
Use stdatomic.h for atomic_counter_t where available.
Closes ticket 23953.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c026464269..05968fa913 100644 --- a/configure.ac +++ b/configure.ac @@ -1230,6 +1230,7 @@ AC_CHECK_HEADERS([assert.h \ pwd.h \ readpassphrase.h \ stdint.h \ + stdatomic.h \ sys/eventfd.h \ sys/file.h \ sys/ioctl.h \ |