mirror of https://github.com/mpv-player/mpv
Grab PS_IOPL define from <sys/psw.h> on solaris x86
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4179 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
82f3b91a68
commit
8fb85ec880
|
@ -15,8 +15,10 @@
|
|||
#endif
|
||||
|
||||
#if defined(sun)
|
||||
#ifndef __EXTENSIONS__
|
||||
#define __EXTENSIONS__
|
||||
# ifndef __EXTENSIONS__
|
||||
# define __EXTENSIONS__
|
||||
# endif
|
||||
# include <sys/psw.h>
|
||||
#endif
|
||||
|
||||
static __inline__ int enable_os_io(void)
|
||||
|
|
Loading…
Reference in New Issue