summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2021-09-04 20:23:38 -0400
committerKaz Kylheku <kaz@kylheku.com>2021-09-06 10:20:53 -0700
commit7a61f63b30eb60ca7ee791c6a85ca0ac241a76b6 (patch)
tree6916fbb042c39735cbccc349a4cc7615a302919a /txr.1
parent567568e0bfc38980b622f942ee07b23df189ca44 (diff)
downloadtxr-7a61f63b30eb60ca7ee791c6a85ca0ac241a76b6.tar.gz
txr-7a61f63b30eb60ca7ee791c6a85ca0ac241a76b6.tar.bz2
txr-7a61f63b30eb60ca7ee791c6a85ca0ac241a76b6.zip
ffi: add socklen-t type.
* ffi.c: Include <sys/socket.h> if we HAVE_SOCKETS. (ffi_init_extra_types): Initialize socklen-t type if we HAVE_SOCKETS. * txr.1: Documented. * stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index af5855ac..2ae68b26 100644
--- a/txr.1
+++ b/txr.1
@@ -77692,7 +77692,7 @@ The macro expression
is equivalent to the expression
.codn "(ffi (elemtype X))" .
-.coNP FFI types @, blkcnt-t @, blksize-t @, clockid-t @, dev-t @, fsblkcnt-t @, fsfilcnt-t @, gid-t @, id-t @, ino-t @, key-t @, loff-t @, mode-t @, nlink-t @, off-t @, pid-t @ ssize-t and @ uid-t
+.coNP FFI types @, blkcnt-t @, blksize-t @, clockid-t @, dev-t @, fsblkcnt-t @, fsfilcnt-t @, gid-t @, id-t @, ino-t @, key-t @, loff-t @, mode-t @, nlink-t @, off-t @, pid-t @, ssize-t @ uid-t and @ socklen-t
The additional names of various common POSIX types may also be available,
depending on platform. They are provided as
.code typedef