* 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:
Corinna Vinschen
2008-07-29 10:40:37 +00:00
parent f2cb69fd8e
commit f9afd0ced7
13 changed files with 26 additions and 1622 deletions

View File

@@ -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)