Skip to content

Commit

Permalink
data/config.in: Map isatty function to ucrtbase.
Browse files Browse the repository at this point in the history
This is used directly by mcs for some reason.
  • Loading branch information
Esme Povirk committed Oct 14, 2020
1 parent bec33a5 commit c32e952
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/config.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<configuration>
<dllmap dll="i:cygwin1.dll" target="@LIBC@" os="!windows" />
<dllmap dll="libc" target="@LIBC@" os="!windows"/>
<dllmap dll="libc">
<dllentry os="windows" dll="ucrtbase" name="isatty" target="_isatty"/>
</dllmap>
<dllmap dll="intl" target="@INTL@" os="!windows"/>
<dllmap dll="intl" name="bind_textdomain_codeset" target="@LIBC@" os="solaris"/>
<dllmap dll="libintl" name="bind_textdomain_codeset" target="@LIBC@" os="solaris"/>
Expand Down

0 comments on commit c32e952

Please sign in to comment.