comparison doc/posix-headers/fcntl.texi @ 15607:6355dc4626b5

doc: Update regarding MSVC 9. * doc/gnulib-intro.texi (Target Platforms): Classify MSVC as "rarely tested". * doc/posix-functions/*.texi: Update with info about MSVC 9. * doc/posix-headers/*.texi: Likewise. * doc/pastposix-functions/*.texi: Likewise. * doc/glibc-functions/*.texi: Likewise. * doc/glibc-headers/*.texi: Likewise.
author Bruno Haible <bruno@clisp.org>
date Sun, 11 Sep 2011 21:56:17 +0200
parents f4cfbb6036d8
children e3c67dcee18f
comparison
equal deleted inserted replaced
15606:f62f29997e98 15607:6355dc4626b5
42 on some platforms but not on others. 42 on some platforms but not on others.
43 43
44 @item 44 @item
45 @samp{FD_CLOEXEC}, @samp{F_DUPFD}, and @samp{F_GETFD} are not defined 45 @samp{FD_CLOEXEC}, @samp{F_DUPFD}, and @samp{F_GETFD} are not defined
46 on some platforms: 46 on some platforms:
47 mingw. 47 mingw, MSVC 9.
48 48
49 @item 49 @item
50 @samp{F_DUPFD_CLOEXEC} is not defined on some platforms: 50 @samp{F_DUPFD_CLOEXEC} is not defined on some platforms:
51 MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, 51 MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 5.1, HP-UX 11,
52 IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, Cygwin 1.7.1, mingw, Interix 3.5, 52 IRIX 6.5, OSF/1 5.1, Solaris 11 2010-11, Cygwin 1.7.1, mingw, MSVC 9, Interix 3.5,
53 BeOS. 53 BeOS.
54 54
55 @item 55 @item
56 @samp{AT_FDCWD}, @samp{AT_EACCESS}, @samp{AT_SYMLINK_NOFOLLOW}, 56 @samp{AT_FDCWD}, @samp{AT_EACCESS}, @samp{AT_SYMLINK_NOFOLLOW},
57 @samp{AT_SYMLINK_FOLLOW}, and @samp{AT_REMOVEDIR} 57 @samp{AT_SYMLINK_FOLLOW}, and @samp{AT_REMOVEDIR}
58 are not defined on many platforms: 58 are not defined on many platforms:
59 glibc 2.3.6, MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX 59 glibc 2.3.6, MacOS X 10.5, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, AIX
60 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 8, Cygwin 1.5.x, mingw, Interix 3.5, BeOS. 60 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 8, Cygwin 1.5.x, mingw, MSVC 9, Interix 3.5, BeOS.
61 61
62 @item 62 @item
63 @samp{AT_FDCWD} is defined with a value too large for an @code{int} on some 63 @samp{AT_FDCWD} is defined with a value too large for an @code{int} on some
64 platforms: 64 platforms:
65 Solaris 11 2010-11. 65 Solaris 11 2010-11.
69 @itemize 69 @itemize
70 @item 70 @item
71 @samp{F_SETFD}, @samp{F_GETFL}, @samp{F_SETFL}, @samp{F_GETLK}, 71 @samp{F_SETFD}, @samp{F_GETFL}, @samp{F_SETFL}, @samp{F_GETLK},
72 @samp{F_SETLK}, @samp{F_SETLOKW}, @samp{F_GETOWN}, and @samp{F_SETOWN} 72 @samp{F_SETLK}, @samp{F_SETLOKW}, @samp{F_GETOWN}, and @samp{F_SETOWN}
73 are not defined on some platforms: 73 are not defined on some platforms:
74 mingw. 74 mingw, MSVC 9.
75 75
76 @item 76 @item
77 @samp{POSIX_FADV_DONTNEED}, @samp{POSIX_FADV_NOREUSE}, 77 @samp{POSIX_FADV_DONTNEED}, @samp{POSIX_FADV_NOREUSE},
78 @samp{POSIX_FADV_NORMAL}, @samp{POSIX_FADV_RANDOM}, 78 @samp{POSIX_FADV_NORMAL}, @samp{POSIX_FADV_RANDOM},
79 @samp{POSIX_FADV_SEQUENTIAL}, and @samp{POSIX_FADV_WILLNEED} are not 79 @samp{POSIX_FADV_SEQUENTIAL}, and @samp{POSIX_FADV_WILLNEED} are not