diff options
author | midipix <writeonce@midipix.org> | 2023-12-23 10:59:31 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2023-12-23 10:59:31 +0000 |
commit | 965dca42ea74b4d6c5bbd779e37e7fd758de1cfc (patch) | |
tree | 4a5b4dc9606b99802cddcdaec3ddca16ecd596f1 /src | |
parent | 63f8b7b7805eedfa7e92c68a95412e985bda26d1 (diff) | |
download | mmglue-965dca42ea74b4d6c5bbd779e37e7fd758de1cfc.tar.bz2 mmglue-965dca42ea74b4d6c5bbd779e37e7fd758de1cfc.tar.xz |
midipix targets: fix typo in dummy translation unit.
Diffstat (limited to 'src')
-rw-r--r-- | src/linux/nt32/mount.c | 2 | ||||
-rw-r--r-- | src/linux/nt64/mount.c | 2 |
2 files changed, 2 insertions, 2 deletions
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; |