On Fri, 2024-04-12 at 11:33 -0400, Benjamin Marzinski wrote: > On Fri, Apr 12, 2024 at 11:32:57AM +0200, Martin Wilck wrote: > > > > -int __real_io_getevents(io_context_t ctx, long min_nr, long nr, > > +int REAL_IO_GETEVENTS(io_context_t ctx, long min_nr, long nr, > > struct io_event *events, struct timespec > > *timeout); > > Maybe I'm missing something here, but I don't see where you define > REAL_IO_GETEVENTS. Also, WRAP_IO_GETEVENTS calls > __real_io_getevents() > not REAL_IO_GETEVENTS(). The same thing happens with REAL_IOCTL (it's > not defined and __read_ioctl is called in directio.c and test-lib.c). > REAL_FCNTL works how I'd expect. Sigh :-( Obviously, the CI doesn't run the DIO_TEST_DEV case for arm/v7. Thanks for spotting this. Martin