diff options
author | Christopher Faylor <me@cgf.cx> | 2001-12-05 04:48:15 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-12-05 04:48:15 +0000 |
commit | d653df0d95f750ed5f5a5dca2c84031d384760a1 (patch) | |
tree | 330688a5d8f3f9aa3743fb12f3d6107208afdf08 /winsup | |
parent | 958348a4cfd9ec9dbfb6df69643e0de3b800b773 (diff) | |
download | newlib-d653df0d95f750ed5f5a5dca2c84031d384760a1.zip newlib-d653df0d95f750ed5f5a5dca2c84031d384760a1.tar.gz newlib-d653df0d95f750ed5f5a5dca2c84031d384760a1.tar.bz2 |
Add missing ChangeLog entries.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b3094d1..6484f16 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -6,6 +6,8 @@ 2001-12-03 Christopher Faylor <cgf@redhat.com> * net.cc (cygwin_getsockopt): Allow NULL optval. + (cygwin_setsockopt): Ditto. + (cygwin_recvfrom): Allow NULL from. * path.cc (mount_info::read_cygdrive_info_from_registry): Don't write cygdrive to registry if it doesn't exist. |