diff options
author | ajs <ajs> | 2005-02-16 16:25:39 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-02-16 16:25:39 +0000 |
commit | 42218e71256cb86b5078c99c931030c7b0ce9bab (patch) | |
tree | 32331f692e292f258b295727d2f2467617fe80ba /lib/ChangeLog | |
parent | a269d613fe0536a01eb86367a545e337e51d1309 (diff) |
2005-02-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* network.c: (set_nonblocking) Should check return code from
fcntl(F_GETFL).
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index ee024389..0627d206 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-02-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * network.c: (set_nonblocking) Should check return code from + fcntl(F_GETFL). + 2005-02-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * network.h: Declare new function set_nonblocking. Indicate that |