unigbrk: New modules for grapheme clusters.
[pspp] / tests / test-forkpty.c
index d87a10754668e540371eef0e7c912a1a64dafba5..bbccb221e38f80a4a7f981747b095c271348526c 100644 (file)
@@ -21,8 +21,8 @@
 #include <pty.h>
 
 #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 <stdio.h>