From f9635567942071206f10430024895db6a127abf8 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Mon, 24 Jun 2019 16:01:42 +0200 Subject: Remove gnuwin32 - it is provided through provisioning Having a few windows specific tools in qt5.git was always strange. We now provision the utilities to the machines, so remove them from qt5.git. [ChangeLog][General] GnuWin32 is no longer part of the Qt source code repositories. Instead it can be downloaded from the upstream project at https://gnuwin32.sourceforge.net . For convenience we also make a copy available here: https://download.qt.io/development_releases/gnuwin32/gnuwin32.zip The GnuWin32 tools are needed for building Qt from source on Windows. Binary package downloads are not affected. Task-number: QTBUG-73424 Change-Id: I9212cc2923343f4f84bcba9d1444a90e446dfb8a Reviewed-by: Simon Hausmann Reviewed-by: Liang Qi --- gnuwin32/man/cat3/iconv_close.3.txt | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 gnuwin32/man/cat3/iconv_close.3.txt (limited to 'gnuwin32/man/cat3/iconv_close.3.txt') diff --git a/gnuwin32/man/cat3/iconv_close.3.txt b/gnuwin32/man/cat3/iconv_close.3.txt deleted file mode 100644 index f7aa1aae..00000000 --- a/gnuwin32/man/cat3/iconv_close.3.txt +++ /dev/null @@ -1,32 +0,0 @@ -ICONV_CLOSE(3) Linux Programmer's Manual ICONV_CLOSE(3) - - - - - -NAME - iconv_close - deallocate descriptor for character set - conversion - -SYNOPSIS - #include - - int iconv_close (iconv_t cd); - -DESCRIPTION - The iconv_close function deallocates a conversion - descriptor cd previously allocated using iconv_open. - -RETURN VALUE - When successful, the iconv_close function returns 0. In - case of error, it sets errno and returns -1. - -CONFORMING TO - UNIX98 - -SEE ALSO - iconv_open(3), iconv(3) - - - -GNU November 27, 1999 ICONV_CLOSE(3) -- cgit v1.2.3