Attempting to compile the 4.1 mysql library I encounter a missing function:
ret = select(0, NULL, NULL, NULL, &t) == -1 ?
      __os_get_errno() : 0;
called from os_sleep()
Where is this function?
Thank You,
Martin

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to