summaryrefslogtreecommitdiff
path: root/src/pal/src/thread/threadsusp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/src/thread/threadsusp.cpp')
-rw-r--r--src/pal/src/thread/threadsusp.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/pal/src/thread/threadsusp.cpp b/src/pal/src/thread/threadsusp.cpp
index b31b88da59..c7787bef68 100644
--- a/src/pal/src/thread/threadsusp.cpp
+++ b/src/pal/src/thread/threadsusp.cpp
@@ -36,16 +36,6 @@ Revision History:
#include <limits.h>
#include <debugmacrosext.h>
-#if defined(_AIX)
-// AIX requires explicit definition of the union semun (see semctl man page)
-union semun
-{
- int val;
- struct semid_ds * buf;
- unsigned short * array;
-};
-#endif
-
using namespace CorUnix;
/* ------------------- Definitions ------------------------------*/