4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 12:59:21 +08:00
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
..
2004-12-15 17:29:01 +00:00
2004-12-05 02:30:20 +00:00
2004-12-15 17:29:01 +00:00
2004-01-20 03:11:39 +00:00
2004-12-15 17:29:01 +00:00
2004-05-12 16:21:18 +00:00
2002-12-12 03:09:38 +00:00
2004-03-14 05:35:19 +00:00
2004-12-05 02:30:20 +00:00
2004-02-04 22:40:50 +00:00
2004-09-03 01:32:02 +00:00
2003-07-07 05:32:24 +00:00
2004-04-16 21:22:13 +00:00
2004-07-20 16:08:49 +00:00
2003-03-09 20:31:07 +00:00
2004-12-15 17:29:01 +00:00
2004-05-16 16:38:27 +00:00