* syscalls.cc (regfree): Make dll_export.
This commit is contained in:
parent
d7c16d8da3
commit
385437d4c5
|
@ -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>
|
2002-01-20 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid
|
* exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid
|
||||||
|
|
|
@ -1816,7 +1816,7 @@ ptsname (int fd)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: what is this? */
|
/* FIXME: what is this? */
|
||||||
extern "C" int
|
extern "C" int __declspec(dllexport)
|
||||||
regfree ()
|
regfree ()
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue