diff options
author | Paul A. Patience <paul@apatience.com> | 2021-09-04 20:23:38 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-09-06 10:20:53 -0700 |
commit | 7a61f63b30eb60ca7ee791c6a85ca0ac241a76b6 (patch) | |
tree | 6916fbb042c39735cbccc349a4cc7615a302919a /txr.1 | |
parent | 567568e0bfc38980b622f942ee07b23df189ca44 (diff) | |
download | txr-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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |