* bsdlib.cc (getprogname): New function.
(setprogname): New funtion. * cygwin.din: Export getprogname and setprogname. * include/cygwin/version.h: Bumb API version number.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user