From 965dca42ea74b4d6c5bbd779e37e7fd758de1cfc Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 23 Dec 2023 10:59:31 +0000 Subject: midipix targets: fix typo in dummy translation unit. --- src/linux/nt32/mount.c | 2 +- src/linux/nt64/mount.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; -- cgit v1.2.3