From 4875a4b66eabdfee2d9186a694ea3599f19a51ed Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 10 Sep 2004 08:30:51 +0000 Subject: * Makefile.in: Create libutil.a from bsdlib.o exports. * bsdlib.cc (logwtmp): Move from syscalls.cc to here. (login): Ditto. (logout): Ditto. * winsup.h (EXPORT_ALIAS): New macro. * exec.cc: Define alias symbols using EXPORT_ALIAS macro. * syscalls.cc: Ditto. * times.cc: Ditto. --- winsup/cygwin/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'winsup/cygwin/ChangeLog') diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8ac747660..5e98a2ea6 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,15 @@ +2004-09-10 Corinna Vinschen + + * Makefile.in: Create libutil.a from bsdlib.o exports. + * bsdlib.cc (logwtmp): Move from syscalls.cc to here. + (login): Ditto. + (logout): Ditto. + + * winsup.h (EXPORT_ALIAS): New macro. + * exec.cc: Define alias symbols using EXPORT_ALIAS macro. + * syscalls.cc: Ditto. + * times.cc: Ditto. + 2004-09-09 Corinna Vinschen * fhandler_tape.cc (fhandler_dev_tape::open): Fix typo. -- cgit v1.2.3