summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-08 07:57:47 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-03-08 07:57:47 -0400
commit3a5c2574f625c82972d5cb078e32ce2a0ae4c027 (patch)
tree4eb7ed37db913d7acf28b3a63e9c11c2eaa572ed /gpsd.h-tail
parent8b6c5dc9b114b18f2af6ec8865ed77b55b48269e (diff)
downloadgpsd-3a5c2574f625c82972d5cb078e32ce2a0ae4c027.tar.gz
Eliminate a potential source of defects by using static mutex initialization.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail3
1 files changed, 0 insertions, 3 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 10a15751..413986ec 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -841,9 +841,6 @@ extern void ntpshm_link_deactivate(struct gps_device_t *);
extern void ntpshm_link_activate(struct gps_device_t *);
#endif /* NTPSHM_ENABLE */
#endif /* NTP_ENABLE */
-#ifdef PPS_ENABLE
-extern void pps_early_init(struct gps_context_t *);
-#endif /* PPS_ENABLE */
/* normalize a timespec
*