diff options
author | Christopher Faylor <me@cgf.cx> | 2003-09-14 01:58:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-09-14 01:58:03 +0000 |
commit | de9e39f7012690ef204f5660d8bb47970872d05a (patch) | |
tree | 748830088a26a614380957f097ced9f236500b00 /winsup/cygwin/include | |
parent | e306c058c7fdf8802fa7ffcba5968546d89ddf12 (diff) | |
download | cygnal-de9e39f7012690ef204f5660d8bb47970872d05a.tar.gz cygnal-de9e39f7012690ef204f5660d8bb47970872d05a.tar.bz2 cygnal-de9e39f7012690ef204f5660d8bb47970872d05a.zip |
* Makefile.in: Make malloc_wrapper -fomit-frame-pointer.
* cygwin.din: Remove extraneous mallinfo definition.
* dcrt0.cc (quoted): Use strechr for efficiency.
* fhandler.cc (fhandler_base::write): Correctly use get_output_handle rather
than get_handle.
(fhandler_base::lseek): Use method for accessing name in debug output.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index c793983fb..6c1c1c8ad 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -191,7 +191,7 @@ details. */ 76: mallinfo 77: thread-safe exit/at_exit 78: Use stat and fstat rather than _stat, and _fstat. - Export btowc and trunc. + Export btowc and trunc. 79: Export acl32 aclcheck32 aclfrommode32 aclfrompbits32 aclfromtext32 aclsort32 acltomode32 acltopbits32 acltotext32 facl32 fgetpos64 fopen64 freopen64 fseeko64 fsetpos64 ftello64 @@ -202,9 +202,9 @@ details. */ 83: Export gethostid 84: Pty open allocates invisible console. 64 bit interface 85: Export new 32/64 functions from API 0.79 only with leading - underscore. No problems with backward compatibility since no - official release has been made so far. This change removes - exported symbols like fopen64, which might confuse configure. + underscore. No problems with backward compatibility since no + official release has been made so far. This change removes + exported symbols like fopen64, which might confuse configure. 86: Export ftok 87: Export vsyslog 88: Export _getreent @@ -218,7 +218,7 @@ details. */ 93: Export daemon, forkpty, openpty, iruserok, ruserok, login_tty, openpty, forkpty, revoke, logwtmp, updwtmp 94: Export getopt, getopt_long, optarg, opterr, optind, optopt, - optreset, __check_rhosts_file, __rcmd_errstr. + optreset, __check_rhosts_file, __rcmd_errstr. */ |