* syscalls.cc (regfree): Make dll_export.
This commit is contained in:
@@ -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
|
||||
|
@@ -1816,7 +1816,7 @@ ptsname (int fd)
|
||||
}
|
||||
|
||||
/* FIXME: what is this? */
|
||||
extern "C" int
|
||||
extern "C" int __declspec(dllexport)
|
||||
regfree ()
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user