From 6e17cee57bae7447ee61a14e77bfe41f6efc8cdd Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 17 Nov 2003 17:25:59 +0000 Subject: * bsdlib.cc (getprogname): New function. (setprogname): New funtion. * cygwin.din: Export getprogname and setprogname. * include/cygwin/version.h: Bumb API version number. --- winsup/cygwin/cygwin.din | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/cygwin.din') diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index 3a2e957f4..62b152210 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -645,6 +645,7 @@ getpid _getpid = getpid getppid _getppid = getppid +getprogname getpwduid _getpwduid = getpwduid getpwent @@ -1178,6 +1179,7 @@ setpgid _setpgid = setpgid setpgrp _setpgrp = setpgrp +setprogname setpwent _setpwent = setpwent setregid -- cgit v1.2.3