diff options
Diffstat (limited to 'src/misc/openpty.c')
-rw-r--r-- | src/misc/openpty.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/misc/openpty.c b/src/misc/openpty.c index c1074060..1aad7b29 100644 --- a/src/misc/openpty.c +++ b/src/misc/openpty.c @@ -38,3 +38,11 @@ fail: pthread_setcancelstate(cs, 0); return -1; } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |