diff options
author | Christopher Faylor <me@cgf.cx> | 2002-11-27 02:12:50 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-11-27 02:12:50 +0000 |
commit | 05c728c45b986cc43a8bebc8323e5eed00b93062 (patch) | |
tree | a1dd78161b29b6643a5501aeaa53eb60ee2bf780 /winsup/cygwin/cygwin.din | |
parent | b263d1d8d3d815c0c62423b0eba4cbd2c4670d94 (diff) | |
download | newlib-05c728c45b986cc43a8bebc8323e5eed00b93062.zip newlib-05c728c45b986cc43a8bebc8323e5eed00b93062.tar.gz newlib-05c728c45b986cc43a8bebc8323e5eed00b93062.tar.bz2 |
* cygwin.din: Export nl_langinfo().
* include/cygwin/version.h: Bump API minor version.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r-- | winsup/cygwin/cygwin.din | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 8541819..d275d28 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -597,6 +597,8 @@ nextafter _nextafter = nextafter nextafterf _nextafterf = nextafterf +nl_langinfo +_nl_langinfo = nl_langinfo open _open = open opendir |