summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 5a78876a..e7812262 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -278,7 +278,7 @@ struct gps_context_t {
#ifdef SHM_EXPORT_ENABLE
/* we don't want the compiler to treat writes to shmexport as dead code,
* and we don't want them reordered either */
- /*@reldef@*/volatile char *shmexport;
+ /*@reldef@*/volatile void *shmexport;
#endif
ssize_t (*serial_write)(struct gps_device_t *,
const char *buf, const size_t len);