Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-11-07 05:19:52 +0300
committerChristopher Faylor <me@cgf.cx>2002-11-07 05:19:52 +0300
commit4248a1d7f87624369b1d64eea620532d101b578d (patch)
tree508475124f8f04a40eb799faa2b8d57735f2df60 /winsup/cygwin/cygwin.din
parent18cd62b7fbaaa6a63f017231314b2c9a81b55010 (diff)
* include/cygwin/version.h: Bump API minor number for below export.
* cygwin.din (pututline): New exported function. * syscalls.cc (login): Use pututiline(). (setutent): Open utmp as read/write. (endutent): Check if utmp file is open. (utmpname): call endutent() to close current utmp file. (getutid): Enable all cases, use strncmp() to compare ut_id fields. (pututline): New. * tty.cc (create_tty_master): Set ut_pid to current pid.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r--winsup/cygwin/cygwin.din2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index a9c009afc..58158f9fa 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -621,6 +621,8 @@ putchar_unlocked
_putchar_unlocked = putchar_unlocked
puts
_puts = puts
+pututline
+_pututline = pututline
putw
_putw = putw
qsort