summaryrefslogtreecommitdiff
path: root/ppsthread.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-03-30 15:48:10 -0700
committerGary E. Miller <gem@rellim.com>2015-03-30 15:48:10 -0700
commit504cc68faaff428190858b110f46c25869949998 (patch)
treee7beb657c11b5f62746d8803a309bcc4c52a4233 /ppsthread.h
parent1a61f70b5daed5996fff4738ce41101af943003b (diff)
downloadgpsd-504cc68faaff428190858b110f46c25869949998.tar.gz
Die, splint, die...
Diffstat (limited to 'ppsthread.h')
-rw-r--r--ppsthread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ppsthread.h b/ppsthread.h
index 726f88b2..3d4aece7 100644
--- a/ppsthread.h
+++ b/ppsthread.h
@@ -12,7 +12,6 @@
* CONFIG_PPS_DEBUG=y [optional to kernel log pulses]
* CONFIG_PPS_CLIENT_LDISC=y
*/
-#ifndef S_SPLINT_S
#if defined(HAVE_SYS_TIMEPPS_H)
// include unistd.h here as it is missing on older pps-tools releases.
// 'close' is not defined otherwise.
@@ -20,7 +19,6 @@
#include <sys/time.h>
#include <sys/timepps.h>
#endif
-#endif /* S_SPLINT_S */
#ifndef TIMEDELTA_DEFINED
#define TIMEDELTA_DEFINED