Add a couple more symbols to the Linker.c table
[ghc-hetmet.git] / rts / Linker.c
index b075128..71d2a8e 100644 (file)
@@ -381,6 +381,8 @@ typedef struct _RtsSymbolVal {
       SymI_NeedsProto(iscntrl)                           \
       SymI_NeedsProto(isalpha)                           \
       SymI_NeedsProto(isalnum)                           \
+      SymI_NeedsProto(isascii)                           \
+      SymI_HasProto(__mingw_vfprintf)                    \
       SymI_HasProto(strcmp)                              \
       SymI_HasProto(memmove)                             \
       SymI_HasProto(realloc)                             \