summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 100a7d23c..ef86002a0 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,16 @@
+2003-11-29 Nicholas Wourms <nwourms@netscape.net>
+
+ * Makefile.in: (DLL_OFILES): Add flock.o.
+ * cygwin.din: Export flock.
+ * flock.c: New file.
+ * include/sys/file.h: Include sys/cdefs.h.
+ Add function prototype for flock().
+ Add some comments from BSD's header for further clarity.
+ (L_SET, L_CURR, L_INCR, L_XTND): Redefine as the macros
+ SEEK_SET, SEEK_CUR, SEEK_CUR, & SEEK_END respectively.
+ (LOCK_SH,LOCK_EX,LOCK_NB,LOCK_UN): New macros for flock().
+ * include/cygwin/version.h: Bump API minor number.
+
2003-11-28 Christopher Faylor <cgf@redhat.com>
* sigproc.cc (no_signals_available): Fix so that non-zero exit state is