diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-12 18:34:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-12 18:34:54 +0900 |
commit | 83d0c59cf312df3614ba81844c68a5928afce924 (patch) | |
tree | 10a5956abed83472980d0192baeac71c9dab3d4b /mpg123_artsplugin | |
parent | e09fa1ff0bb258a7e4496011aa6c47912ea8b12a (diff) | |
download | tdemultimedia-83d0c59cf312df3614ba81844c68a5928afce924.tar.gz tdemultimedia-83d0c59cf312df3614ba81844c68a5928afce924.zip |
Remove support for OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mpg123_artsplugin')
-rw-r--r-- | mpg123_artsplugin/mpg123PlayObject_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpg123_artsplugin/mpg123PlayObject_impl.h b/mpg123_artsplugin/mpg123PlayObject_impl.h index e8be2619..8c08df79 100644 --- a/mpg123_artsplugin/mpg123PlayObject_impl.h +++ b/mpg123_artsplugin/mpg123PlayObject_impl.h @@ -3,7 +3,7 @@ using namespace std; -#if (defined(__GNU_LIBRARY__) && defined(_SEM_SEMUN_UNDEFINED)) || defined(__osf__) || defined(__sun__) +#if (defined(__GNU_LIBRARY__) && defined(_SEM_SEMUN_UNDEFINED)) || defined(__sun__) /* union semun is defined by including <sys/sem.h> */ /* according to X/OPEN we have to define it ourselves */ union semun { |