diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-01 19:47:37 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-01 19:47:37 +0000 |
commit | 47af76d8c8e9979c5ddd42f17573b22b75a03117 (patch) | |
tree | 5ee1c6729ea803b38f94689201d1b7eb8564088f | |
parent | 5665b0e1d06cf7df8403ff287c8d400ebd368c65 (diff) | |
download | cygnal-47af76d8c8e9979c5ddd42f17573b22b75a03117.tar.gz cygnal-47af76d8c8e9979c5ddd42f17573b22b75a03117.tar.bz2 cygnal-47af76d8c8e9979c5ddd42f17573b22b75a03117.zip |
* cygwin.din: export strtoll and strtoull
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/cygwin.din | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index bbc17fd69..da2b592bd 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 1 14:25:00 2001 Charles Wilson <cwilson@ece.gatech.edu> + + * cygwin.din: export strtoll and strtoull + Sun Sep 30 22:51:41 2001 Christopher Faylor <cgf@cygnus.com> Add "path.h" include throughout, where needed. Use new path_conv diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 66ba82e03..9fa4d4e3f 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -789,8 +789,12 @@ strtok_r _strtok_r = strtok_r strtol _strtol = strtol +strtoll +_strtoll = strtoll strtoul _strtoul = strtoul +strtoull +_strtoull = strtoull strupr _strupr = strupr strxfrm |