aboutsummaryrefslogtreecommitdiffstats
path: root/sys/socket_unix_arm.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-08-19 08:29:32 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-08-19 10:41:24 +0200
commit6aad5879f798f115f13dcf1e9591971255b236f5 (patch)
treecacdf95c9795459f05bdc1e904b90c10b9b32eb3 /sys/socket_unix_arm.const
parent838e336594e410898667fa06b15f1116a3b586fd (diff)
sys: support arm arch
Not tested, but const extraction and build works. Update #324 Update #191
Diffstat (limited to 'sys/socket_unix_arm.const')
-rw-r--r--sys/socket_unix_arm.const21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys/socket_unix_arm.const b/sys/socket_unix_arm.const
new file mode 100644
index 000000000..13512b363
--- /dev/null
+++ b/sys/socket_unix_arm.const
@@ -0,0 +1,21 @@
+# AUTOGENERATED FILE
+AF_UNIX = 1
+AF_UNSPEC = 0
+SCM_CREDENTIALS = 2
+SCM_RIGHTS = 1
+SOCK_DGRAM = 2
+SOCK_SEQPACKET = 5
+SOCK_STREAM = 1
+SOL_SOCKET = 1
+__NR_accept = 9437469
+__NR_accept4 = 9437550
+__NR_bind = 9437466
+__NR_connect = 9437467
+__NR_getpeername = 9437471
+__NR_getsockname = 9437470
+__NR_recvfrom = 9437476
+__NR_sendmmsg = 9437558
+__NR_sendmsg = 9437480
+__NR_sendto = 9437474
+__NR_socket = 9437465
+__NR_socketpair = 9437472