* syscalls.cc (regfree): Make dll_export.

This commit is contained in:
Christopher Faylor 2002-01-21 03:15:24 +00:00
parent d7c16d8da3
commit 385437d4c5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-01-20 Christopher Faylor <cgf@redhat.com>
* syscalls.cc (regfree): Make dll_export.
2002-01-20 Christopher Faylor <cgf@redhat.com>
* exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid

View File

@ -1816,7 +1816,7 @@ ptsname (int fd)
}
/* FIXME: what is this? */
extern "C" int
extern "C" int __declspec(dllexport)
regfree ()
{
return 0;