~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/srv/srv0start.c

Merged solaris gcc build fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
458
458
        thread should always use that to exit and not use return() to exit.
459
459
        The thread actually never comes here because it is exited in an
460
460
        os_event_wait(). */
461
 
#ifndef UNIV_SOLARIS
 
461
#if (!defined(__SUNPRO_C) && !defined(__SUNPRO_CC))
462
462
        return 0;
463
463
#endif
464
464
}