X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-forkpty.c;h=bbccb221e38f80a4a7f981747b095c271348526c;hb=3b905e0ad791b750d0a471c90ecaacf2345a39c3;hp=d87a10754668e540371eef0e7c912a1a64dafba5;hpb=9d84afa467b0a9abcd6e0d90fc7d1608f07bf2f1;p=gnulib.git diff --git a/tests/test-forkpty.c b/tests/test-forkpty.c index d87a10754..bbccb221e 100644 --- a/tests/test-forkpty.c +++ b/tests/test-forkpty.c @@ -21,8 +21,8 @@ #include #include "signature.h" -SIGNATURE_CHECK (forkpty, int, (int *, char *, struct termios *, - struct winsize *)); +SIGNATURE_CHECK (forkpty, int, (int *, char *, struct termios const *, + struct winsize const *)); #include