aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:41:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:41:58 +0000
commit087e2c43c01c11433d9c1d4e6d7d6524e423f209 (patch)
tree54b99cb24fcf8b51ead1df6de6f422f77cd95103
parent61da68cd973041f2d9f6187ce9c55258c6cad500 (diff)
parent947104c1c6da65e812ae4b47622bcf43e33961c4 (diff)
downloadoj-libjdwp-aml_tz3_314012050.tar.gz
Change-Id: I2f939a9db16a7515720fa8e5f8d1521382a6bf5e
-rw-r--r--OWNERS4
-rw-r--r--src/solaris/javavm/export/jvm_md.h2
-rw-r--r--src/solaris/transport/socket/socket_md.c2
3 files changed, 5 insertions, 3 deletions
diff --git a/OWNERS b/OWNERS
index 3414a7469..9512b053c 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1 +1,3 @@
-include platform/art:/OWNERS
+# Default code reviewers picked from top 3 or more developers.
+# Please update this list if you find better candidates.
+allight@google.com
diff --git a/src/solaris/javavm/export/jvm_md.h b/src/solaris/javavm/export/jvm_md.h
index 62415ee25..5c681914b 100644
--- a/src/solaris/javavm/export/jvm_md.h
+++ b/src/solaris/javavm/export/jvm_md.h
@@ -65,7 +65,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
-#include <signal.h>
+#include <sys/signal.h>
/* O Flags */
diff --git a/src/solaris/transport/socket/socket_md.c b/src/solaris/transport/socket/socket_md.c
index 819fcabdb..33e062e08 100644
--- a/src/solaris/transport/socket/socket_md.c
+++ b/src/solaris/transport/socket/socket_md.c
@@ -37,7 +37,7 @@
#include <thread.h>
#else
#include <pthread.h>
-#include <poll.h>
+#include <sys/poll.h>
#endif
#include "socket_md.h"