diff --git a/newlib/libc/sys/jehanne/ioctl.c b/newlib/libc/sys/jehanne/ioctl.c index a1cf3b481..75221c9db 100644 --- a/newlib/libc/sys/jehanne/ioctl.c +++ b/newlib/libc/sys/jehanne/ioctl.c @@ -69,7 +69,7 @@ PixelSized: fd = open("/dev/wctl", OWRITE); if(fd < 0) return 0; - i = snprint(buf, sizeof(buf), "resize -dx %su -dy %su", size->ws_xpixel, size->ws_ypixel); + i = jehanne_snprint(buf, sizeof(buf), "resize -dx %su -dy %su", size->ws_xpixel, size->ws_ypixel); write(fd, buf, i); close(fd); return 1;