From c448f78fd56ef8d34474adc2678d6394a4d088ec Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 16 Apr 2003 03:03:45 +0000 Subject: * termios.cc (setspeed): New function. (cfsetospeed): Use setspeed to set speed. (cfsetispeed): Use setspeed to set speed. * autoload.cc: Add load statement for UuidCreate, and UuidCreateSequential. * cpuid.h: New file. * cygwin.din: Export gethostid. * fhandler_proc.cc (cpuid): Move to cpuid.h. (can_set_flag): Move to cpuid.h. * syscalls.cc (gethostid): New function. * version.h: Bump DLL minor version number to 83. --- winsup/cygwin/cygwin.din | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/cygwin.din') diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 61aad946e..efac0e08a 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -565,6 +565,7 @@ getgrnam32 getgroups _getgroups = getgroups getgroups32 +gethostid getitimer getlogin _getlogin = getlogin -- cgit v1.2.3