aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.c')
-rw-r--r--tests/tests.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/tests.c b/tests/tests.c
index 911cf471..d296a983 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -229,6 +229,12 @@ int __wrap_fstat64(int fd, void *buf)
return 0;
}
+int __wrap___fstat50(int fd, void *buf)
+{
+ LOG_ME;
+ return 0;
+}
+
int __wrap___fxstat(int fd, void *buf)
{
LOG_ME;