1
mirror of https://github.com/mpv-player/mpv synced 2024-08-08 13:25:45 +02:00

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:
jkeil 2002-01-15 18:46:31 +00:00
parent 82f3b91a68
commit 8fb85ec880

View File

@ -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)