* cygwin.din (__fpurge): Export.
* posix.sgml (std-solaris): Add __fpurge. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
This commit is contained in:
parent
831826db94
commit
ed516f97a6
|
@ -1,3 +1,9 @@
|
||||||
|
2011-05-19 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||||
|
|
||||||
|
* cygwin.din (__fpurge): Export.
|
||||||
|
* posix.sgml (std-solaris): Add __fpurge.
|
||||||
|
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
|
||||||
|
|
||||||
2011-05-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
2011-05-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||||
|
|
||||||
* posix.sgml (std-susv4): Remove chroot, futimes, hstrerror.
|
* posix.sgml (std-susv4): Remove chroot, futimes, hstrerror.
|
||||||
|
|
|
@ -582,6 +582,7 @@ __fpclassifyf NOSIGFE
|
||||||
fprintf SIGFE
|
fprintf SIGFE
|
||||||
_fprintf = fprintf SIGFE
|
_fprintf = fprintf SIGFE
|
||||||
fpurge SIGFE
|
fpurge SIGFE
|
||||||
|
__fpurge SIGFE
|
||||||
fputc SIGFE
|
fputc SIGFE
|
||||||
_fputc = fputc SIGFE
|
_fputc = fputc SIGFE
|
||||||
fputs SIGFE
|
fputs SIGFE
|
||||||
|
|
|
@ -416,12 +416,13 @@ details. */
|
||||||
Export clock_getcpuclockid, pthread_getcpuclockid.
|
Export clock_getcpuclockid, pthread_getcpuclockid.
|
||||||
247: Export error, error_at_line, error_message_count, error_one_per_line,
|
247: Export error, error_at_line, error_message_count, error_one_per_line,
|
||||||
error_print_progname.
|
error_print_progname.
|
||||||
|
248: Export __fpurge.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#define CYGWIN_VERSION_API_MAJOR 0
|
||||||
#define CYGWIN_VERSION_API_MINOR 247
|
#define CYGWIN_VERSION_API_MINOR 248
|
||||||
|
|
||||||
/* There is also a compatibity version number associated with the
|
/* There is also a compatibity version number associated with the
|
||||||
shared memory regions. It is incremented when incompatible
|
shared memory regions. It is incremented when incompatible
|
||||||
|
|
|
@ -1146,6 +1146,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
<sect1 id="std-solaris"><title>System interfaces compatible with Solaris or SunOS functions:</title>
|
<sect1 id="std-solaris"><title>System interfaces compatible with Solaris or SunOS functions:</title>
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
|
__fpurge
|
||||||
acl
|
acl
|
||||||
aclcheck
|
aclcheck
|
||||||
aclfrommode
|
aclfrommode
|
||||||
|
|
Loading…
Reference in New Issue