diff options
author | Mike Pall <mike> | 2011-11-26 16:54:52 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-11-26 16:56:09 +0100 |
commit | e3c7476533c892ab1ac24dea45efb4204b15c577 (patch) | |
tree | 6b8518de918dab2662e9f4edb75aae0f40a319f3 /doc | |
parent | 1a42c038071d31a0ba8a300e59bb6b2b1d8d5fb1 (diff) | |
download | luajit-e3c7476533c892ab1ac24dea45efb4204b15c577.tar.gz luajit-e3c7476533c892ab1ac24dea45efb4204b15c577.tar.bz2 luajit-e3c7476533c892ab1ac24dea45efb4204b15c577.zip |
FFI: Record ffi.errno().
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ext_ffi_semantics.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index f3be0799..b111ed5d 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html | |||
@@ -1119,7 +1119,7 @@ value.</li> | |||
1119 | <li>Calls to the following <a href="ext_ffi_api.html">ffi.* API</a> | 1119 | <li>Calls to the following <a href="ext_ffi_api.html">ffi.* API</a> |
1120 | functions: <tt>cdef</tt>, <tt>load</tt>, <tt>typeof</tt>, | 1120 | functions: <tt>cdef</tt>, <tt>load</tt>, <tt>typeof</tt>, |
1121 | <tt>metatype</tt>, <tt>gc</tt>, <tt>sizeof</tt>, <tt>alignof</tt>, | 1121 | <tt>metatype</tt>, <tt>gc</tt>, <tt>sizeof</tt>, <tt>alignof</tt>, |
1122 | <tt>offsetof</tt>, <tt>errno</tt>.</li> | 1122 | <tt>offsetof</tt>.</li> |
1123 | </ul> | 1123 | </ul> |
1124 | <p> | 1124 | <p> |
1125 | Other missing features: | 1125 | Other missing features: |