diff options
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r-- | winsup/cygwin/cygwin.din | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 76dd69057..b67d7a687 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -289,6 +289,7 @@ cygwin32_detach_dll = cygwin_detach_dll cygwin_dll_init endprotoent = cygwin_endprotoent endservent = cygwin_endservent +endusershell gethostbyaddr = cygwin_gethostbyaddr gethostbyname = cygwin_gethostbyname _gethostname = cygwin_gethostname @@ -302,6 +303,7 @@ getservbyport = cygwin_getservbyport getservent = cygwin_getservent getsockname = cygwin_getsockname getsockopt = cygwin_getsockopt +getusershell herror = cygwin_herror hstrerror = cygwin_hstrerror inet_addr = cygwin_inet_addr @@ -335,6 +337,7 @@ cygwin_set_impersonation_token setprotoent = cygwin_setprotoent setservent = cygwin_setservent setsockopt = cygwin_setsockopt +setusershell shutdown = cygwin_shutdown socket = cygwin_socket cygwin_split_path |