OSDN Git Service

* termios.cc (setspeed): New function.
authorcgf <cgf>
Wed, 16 Apr 2003 03:03:44 +0000 (03:03 +0000)
committercgf <cgf>
Wed, 16 Apr 2003 03:03:44 +0000 (03:03 +0000)
commit3361b09b8b837ca19428e0c7b7595b8534a1ecd9
tree4a32f441b2c64fb1e46f440c845847c547716e29
parentfdca51c309ee54e85aad41429a12d4cf20696ac8
* 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/ChangeLog
winsup/cygwin/autoload.cc
winsup/cygwin/cpuid.h [new file with mode: 0644]
winsup/cygwin/cygwin.din
winsup/cygwin/fhandler_proc.cc
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/syscalls.cc
winsup/cygwin/termios.cc