* cygwin.din (getpt): Export.
* posix.sgml (std-gnu): Add getpt. * tty.cc (getpt): New function. * include/cygwin/stdlib.h [!__STRICT_ANSI__] (getpt): Declare. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
This commit is contained in:
@@ -759,6 +759,7 @@ getprogname NOSIGFE
|
||||
getprotobyname = cygwin_getprotobyname SIGFE
|
||||
getprotobynumber = cygwin_getprotobynumber SIGFE
|
||||
getprotoent = cygwin_getprotoent SIGFE
|
||||
getpt SIGFE
|
||||
getpwduid NOSIGFE
|
||||
_getpwduid = getpwduid NOSIGFE
|
||||
getpwent SIGFE
|
||||
|
Reference in New Issue
Block a user