aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_unix.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-04-02 14:21:45 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-04-02 20:10:07 +0200
commit3e679c51c03ac13a5b4b601873689925eda3cc16 (patch)
treecc4d32d731ff4eca66ae2af36d3bd229b8f08a4d /sys/linux/socket_unix.txt
parent374050e90404a9eeea577d7c97fbc6ef0dacd478 (diff)
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]
Diffstat (limited to 'sys/linux/socket_unix.txt')
-rw-r--r--sys/linux/socket_unix.txt2
1 files changed, 1 insertions, 1 deletions
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 {