From 3e679c51c03ac13a5b4b601873689925eda3cc16 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 2 Apr 2018 14:21:45 +0200 Subject: pkg/compiler: support non-zero terminated filenames Now file names become: string[filename] with a possibility of using other string features: stringnoz[filename] string[filename, CONST_SIZE] and filename is left as type alias as it is commonly used: type filename string[filename] --- sys/linux/socket_unix_arm.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/socket_unix_arm.const') diff --git a/sys/linux/socket_unix_arm.const b/sys/linux/socket_unix_arm.const index 962f502f0..8a724638d 100644 --- a/sys/linux/socket_unix_arm.const +++ b/sys/linux/socket_unix_arm.const @@ -7,6 +7,7 @@ SOCK_DGRAM = 2 SOCK_SEQPACKET = 5 SOCK_STREAM = 1 SOL_SOCKET = 1 +UNIX_PATH_MAX = 108 __NR_accept = 285 __NR_accept4 = 366 __NR_bind = 282 -- cgit mrf-deployment