* Makefile.in (DLL_OFILES): Remove v8 regexp files.
(OBSOLETE_FUNCTIONS): Remove v8 regexp functions. (NEW_FUNCTIONS): Remove POSIX regex functions. * cygwin.din: Export POSIX regex functions with their correct symbol name. Export with posix_ prefix for backward compatibility. * syscalls.cc (regfree): Remove ancient fake function. * regex/regex.h: Remove renaming regex functions within Cygwin. * regexp/*: Remove. * include /cygwin/version,.h: Bump API minor number.
This commit is contained in:
@@ -2401,13 +2401,6 @@ ptsname (int fd)
|
||||
return (char *) (cfd->ptsname ());
|
||||
}
|
||||
|
||||
/* FIXME: what is this? */
|
||||
extern "C" int __declspec(dllexport)
|
||||
regfree ()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int __stdcall
|
||||
mknod_worker (const char *path, mode_t type, mode_t mode, _major_t major,
|
||||
_minor_t minor)
|
||||
|
Reference in New Issue
Block a user