diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-05-18 01:25:41 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-05-18 01:25:41 +0000 |
commit | d470b53c98d32d2371d8d5465f849be11f80a696 (patch) | |
tree | cc44f6b2bd2b0947a0efd04b919e9e6653e0f9e8 /winsup/cygwin/cygwin.din | |
parent | 7dd9fa7ffbcda908ac3724d5c41a98213d5c0598 (diff) | |
download | cygnal-d470b53c98d32d2371d8d5465f849be11f80a696.tar.gz cygnal-d470b53c98d32d2371d8d5465f849be11f80a696.tar.bz2 cygnal-d470b53c98d32d2371d8d5465f849be11f80a696.zip |
* cygwin.din (error): Export.
(error_at_line): Export.
(error_message_count): Export.
(error_one_per_line): Export.
(error_print_progname): Export.
* errno.cc (error_message_count): Define.
(error_one_per_line): Define.
(error_print_progname): Define.
(_verror): New static function.
(error): New function.
(error_at_line): New function.
* posix.sgml (std-gnu): Add error, error_at_line.
* include/error.h: New header.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r-- | winsup/cygwin/cygwin.din | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 8d1e7032e..e4f07613b 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -10,6 +10,9 @@ __ctype_ptr__ DATA __cygwin_environ DATA __cygwin_user_data DATA _daylight DATA +error_message_count DATA +error_one_per_line DATA +error_print_progname DATA h_errno DATA _impure_ptr DATA in6addr_any DATA @@ -389,6 +392,8 @@ erff NOSIGFE _erff = erff NOSIGFE err SIGFE __errno NOSIGFE +error SIGFE +error_at_line SIGFE errx SIGFE euidaccess SIGFE execl SIGFE |