summaryrefslogtreecommitdiff
path: root/build.txt
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-27 16:45:48 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-27 16:45:48 -0500
commita77979ac7b33d5069352794f48effb2ab50554e4 (patch)
tree26b71ebac7889db247cd704c1f8accc54336b574 /build.txt
parentc745ecb33358cc8747381f82ce86e22f96b480a0 (diff)
downloadgpsd-a77979ac7b33d5069352794f48effb2ab50554e4.tar.gz
ntpshm.c -> ntpshmwrite.c; ntpmon -> ntpshmmon.
All regression tests pass.
Diffstat (limited to 'build.txt')
-rw-r--r--build.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.txt b/build.txt
index 811b6adc..8c946972 100644
--- a/build.txt
+++ b/build.txt
@@ -66,7 +66,7 @@ move structure members in and out of unions.
Some portions of the code using shared-memory segments are improved by
the C11 stdatomic.h features for lockless concurrency. These are: the
SHM export mode in shmexport.c, the code for writing clock corrections
-to NTP in ntpshm.c, and the code for reading NTP corrections in
+to NTP in ntpshmwrite.c, and the code for reading NTP corrections in
ntpshmread.c. These features have been supported in GCC since 4.7 and
clang since 3.1.