diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-09-08 20:08:53 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-09-08 20:08:53 +0000 |
commit | 24efca1401704881732859321c6c9dab024a02c5 (patch) | |
tree | 0c87d4484e7101381749ba074969b8543b4f7ac2 /winsup/cygwin/cygwin.din | |
parent | 6c73e542526f7ecde1b8b6ec4c29c63ce6d42441 (diff) | |
download | cygnal-24efca1401704881732859321c6c9dab024a02c5.tar.gz cygnal-24efca1401704881732859321c6c9dab024a02c5.tar.bz2 cygnal-24efca1401704881732859321c6c9dab024a02c5.zip |
* cygwin.din: Export endusershell, getusershell and setusershell.
* syscalls.cc (getusershell): New function.
(setusershell): Ditto.
(endusershell): Ditto.
* include/cygwin/version.h: Bump API minor number.
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 |