diff options
author | Christopher Faylor <me@cgf.cx> | 2003-04-16 03:03:45 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-04-16 03:03:45 +0000 |
commit | c448f78fd56ef8d34474adc2678d6394a4d088ec (patch) | |
tree | 8b0177d10bddf05d3648e296b07ab13e218115e8 /winsup/cygwin/include | |
parent | 9eed5df6392240b46c2506dcb37227ee73f5a806 (diff) | |
download | cygnal-c448f78fd56ef8d34474adc2678d6394a4d088ec.tar.gz cygnal-c448f78fd56ef8d34474adc2678d6394a4d088ec.tar.bz2 cygnal-c448f78fd56ef8d34474adc2678d6394a4d088ec.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 9c4f1a4ba..e789ef695 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -199,12 +199,13 @@ details. */ 80: Export pthread_rwlock stuff 81: CW_CHECK_NTSEC addition to external.cc 82: Export wcscoll wcswidth wcwidth + 83: Export gethostid */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 82 +#define CYGWIN_VERSION_API_MINOR 83 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |