aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aepd/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/aepd/main.c b/aepd/main.c
index 3a45e5d..91fecd4 100644
--- a/aepd/main.c
+++ b/aepd/main.c
@@ -59,11 +59,6 @@ int add_fifo(void *data, unsigned int length)
return (int)l;
}
- /*
- * make sure the other processes can see it...
- */
- fdatasync(aepd_shared->fd_fifo_write);
-
aepd_shared->fifo_pos += length;
if (aepd_shared->fifo_pos >= aepd_shared->modulo_integer_chan_size) {
aepd_shared->fifo_wrapped = 1;