summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-11-22 09:35:21 +1000
committerPing Cheng <pinglinux@gmail.com>2021-11-22 09:17:15 -0800
commitf22586a0861b9bad70f4ffb208526280308c0c80 (patch)
treeda92920e107aa773eb2792d3e7126d806784baf2 /test
parent4865f088a20a568908241664dfa406b42d003f03 (diff)
downloadxf86-input-wacom-f22586a0861b9bad70f4ffb208526280308c0c80.tar.gz
Replace xf86ReadSerial and xf86WriteSerial with libc calls
That's all the server does anyway for these calls. That and some debugging printf of the data but that would require the server to be build with those debugging flags enabled. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test')
-rw-r--r--test/fake-symbols.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/fake-symbols.c b/test/fake-symbols.c
index bc44e43..a323859 100644
--- a/test/fake-symbols.c
+++ b/test/fake-symbols.c
@@ -1,18 +1,5 @@
#include "fake-symbols.h"
-_X_EXPORT
-int xf86ReadSerial (int fd, void *buf, int count)
-{
- return 0;
-}
-
-
-_X_EXPORT int
-xf86WriteSerial (int fd, const void *buf, int count)
-{
- return 0;
-}
-
_X_EXPORT int
xf86CloseSerial (int fd)
{