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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/socket_unix.txt') diff --git a/sys/linux/socket_unix.txt b/sys/linux/socket_unix.txt index 777361320..70c43db06 100644 --- a/sys/linux/socket_unix.txt +++ b/sys/linux/socket_unix.txt @@ -38,7 +38,7 @@ sockaddr_un [ sockaddr_un_file { family flags[unix_socket_family, int16] - path filename[UNIX_PATH_MAX] + path string[filename, UNIX_PATH_MAX] } sockaddr_un_abstract { -- cgit mrf-deployment