1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

UNIXWARE removal

include/m_string.h:
  UNIXWare removal
include/my_global.h:
  UNIXWare removal.
include/my_no_pthread.h:
  UNIXWare removal
include/my_pthread.h:
  UNIXWare removal
mysys/my_init.c:
  UNIXWare removal
mysys/my_pthread.c:
  UNIXWare removal
This commit is contained in:
unknown
2006-04-17 15:56:59 -07:00
parent a26c4b15e1
commit 98a8b41531
7 changed files with 2 additions and 92 deletions

View File

@@ -91,9 +91,6 @@ my_bool my_init(void)
sigfillset(&my_signals); /* signals blocked by mf_brkhant */
#endif
#endif /* THREAD */
#ifdef UNIXWARE_7
(void) isatty(0); /* Go around connect() bug in UW7 */
#endif
{
DBUG_ENTER("my_init");
DBUG_PROCESS((char*) (my_progname ? my_progname : "unknown"));