From 965dca42ea74b4d6c5bbd779e37e7fd758de1cfc Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 23 2023 10:59:31 +0000 Subject: midipix targets: fix typo in dummy translation unit. --- diff --git a/src/linux/nt32/mount.c b/src/linux/nt32/mount.c index 84b166d..d6cd9e2 100644 --- a/src/linux/nt32/mount.c +++ b/src/linux/nt32/mount.c @@ -1 +1 @@ -typedef int epoll_dummy; +typedef int mount_dummy; diff --git a/src/linux/nt64/mount.c b/src/linux/nt64/mount.c index 84b166d..d6cd9e2 100644 --- a/src/linux/nt64/mount.c +++ b/src/linux/nt64/mount.c @@ -1 +1 @@ -typedef int epoll_dummy; +typedef int mount_dummy;