Skip to content
Snippets Groups Projects
Commit 5c4dcb2b authored by Alan Hourihane's avatar Alan Hourihane Committed by Brad King
Browse files

ProcessUNIX: No select on Atari FreeMINT

Change-Id: I4e44d61c175e1deb4cecdebfdba5fa05cbdd1e6b
parent e81e2b72
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ static inline void kwsysProcess_usleep(unsigned int msec)
* pipes' file handles to be non-blocking and just poll them directly
* without select().
*/
#if !defined(__BEOS__) && !defined(__VMS)
#if !defined(__BEOS__) && !defined(__VMS) && !defined(__MINT__)
# define KWSYSPE_USE_SELECT 1
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment