mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Another long patch to remove the rest of the OS2 support.
This commit is contained in:
@@ -73,14 +73,6 @@ typedef struct st_thr_alarm_entry
|
||||
rf_SetTimer crono;
|
||||
} thr_alarm_entry;
|
||||
|
||||
#elif defined(__EMX__) || defined(OS2)
|
||||
|
||||
typedef struct st_thr_alarm_entry
|
||||
{
|
||||
uint crono;
|
||||
uint event;
|
||||
} thr_alarm_entry;
|
||||
|
||||
#else /* System with posix threads */
|
||||
|
||||
typedef int thr_alarm_entry;
|
||||
|
Reference in New Issue
Block a user