From d28d58821d464baa0e8d52fe6822b18f6b50fcdb Mon Sep 17 00:00:00 2001 From: Marc Alexander Lehmann Date: Tue, 25 Jun 2019 06:43:04 +0000 Subject: [PATCH] *** empty log message *** --- ev_linuxaio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ev_linuxaio.c b/ev_linuxaio.c index 38453e9..febd747 100644 --- a/ev_linuxaio.c +++ b/ev_linuxaio.c @@ -339,7 +339,6 @@ linuxaio_get_events_from_ring (EV_P) ECB_MEMORY_FENCE_RELEASE; /* as an extension to C, we hope that the volatile will make this atomic and once-only */ *(volatile unsigned *)&ring->head = tail; - /* make sure kernel can see our new head value - probably not required */ return 1; }