newlib/winsup
Corinna Vinschen 2ef89b220a * cygwin.din: Add utmpx symbols.
* syscalls.cc: Include utmpx.h.  Implement utmpx functions as stubs
	to utmp functions.
	(copy_ut_to_utx): New static function.
	(pututline): Change from void to struct utmp * as on Linux.
	(setutxent): New function.
	(endutxent): New function.
	(getutxent): New function.
	(getutxid): New function.
	(getutxline): New function.
	(pututxline): New function.
	* include/utmpx.h: New file.
	* include/cygwin/utmp.h: New file.
	* include/cygwin/version.h: Bump API minor number.
	* include/sys/utmp.h: Include cygwin/utmp.h.  Move stuff common with
	utmpx functionality there.
	(pututline): Declare struct utmp *.
2004-12-15 17:29:01 +00:00
..
cygserver * sysv_sem.cc: Redefine offsetof to circumvent build problems with 2004-10-18 14:26:18 +00:00
cygwin * cygwin.din: Add utmpx symbols. 2004-12-15 17:29:01 +00:00
doc 2004-12-02 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-12-03 05:30:52 +00:00
mingw * include/sys/stat.h: Make S_ISLNK comment comply with ISO C90. 2004-10-14 07:44:11 +00:00
subauth
testsuite
utils * cygcheck.cc (eprintf): New function. 2004-11-18 05:20:23 +00:00
w32api * include/sqlext.h (SQL_INTERVAL_*): Correct macros. 2004-12-09 02:33:20 +00:00
ChangeLog
configure
configure.in
CYGWIN_LICENSE
Makefile.common
Makefile.in