Implement sys_uio, define sockaddr_storage

This commit is contained in:
Jeremy Soller
2019-01-05 13:10:20 -07:00
parent eef2f4d1f8
commit 7ac3dfaa49
5 changed files with 89 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
sys_includes = ["stddef.h", "stdint.h", "sys/types.h"]
include_guard = "_SYS_SOCKET_H"
trailer = "#include <bits/sys/socket.h>"
language = "C"
style = "Tag"