From 8a34e3d4de28e6841814a3e2425d5e7ea5a02fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 1 Sep 2008 20:05:35 +0000 Subject: [PATCH] added getwchar and iofgetws git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27275 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/glibc/libio/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/system/libroot/posix/glibc/libio/Jamfile b/src/system/libroot/posix/glibc/libio/Jamfile index 141cc454fe..17d6807de3 100644 --- a/src/system/libroot/posix/glibc/libio/Jamfile +++ b/src/system/libroot/posix/glibc/libio/Jamfile @@ -98,6 +98,8 @@ MergeObject posix_gnu_libio.o : # fwscanf.c getwc.c getwc_u.c + getwchar.c + iofgetws.c iofputws.c iofputws_u.c iogetwline.c