Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-07-29 18:48:00 +0300
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-08-03 11:54:33 +0300
commit6fc911071f9389e4ed5b287d35c91f352cbeda43 (patch)
tree91e82fbeddc86d9c916973f91d16cd3659cf526b /newlib/libc/sys.tex
parentb7ca25162ae9584229c20d68a745dcaeda48a78a (diff)
Don't include stdio64 functions in reentrant syscalls menu when not bulding stdio64.
Fix documentation build since 6c2b1842 by not including stdio64 functions in the reent syscalls menu if the node itself isn't going to be included because it's under the STDIO64 flag. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/libc/sys.tex')
-rw-r--r--newlib/libc/sys.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/libc/sys.tex b/newlib/libc/sys.tex
index 1b3cc32f4..a88b09816 100644
--- a/newlib/libc/sys.tex
+++ b/newlib/libc/sys.tex
@@ -310,18 +310,26 @@ library, and achieve reentrancy by using a reserved global data block
* _close_r:: Reentrant version of close
* _execve_r:: Reentrant version of execve
* _fork_r:: Reentrant version of fork
+@ifset STDIO64
* _fstat64_r:: Reentrant version of fstat64
+@end ifset
* _fstat_r:: Reentrant version of fstat
* _getpid_r:: Reentrant version of getpid
* _kill_r:: Reentrant version of kill
* _link_r:: Reentrant version of link
+@ifset STDIO64
* _lseek64_r:: Reentrant version of lseek64
+@end ifset
* _lseek_r:: Reentrant version of lseek
+@ifset STDIO64
* _open64_r:: Reentrant version of open64
+@end ifset
* _open_r:: Reentrant version of open
* _read_r:: Reentrant version of read
* _sbrk_r:: Reentrant version of sbrk
+@ifset STDIO64
* _stat64_r:: Reentrant version of stat64
+@end ifset
* _stat_r:: Reentrant version of stat
* _times_r:: Reentrant version of times
* _unlink_r:: Reentrant version of unlink