mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
(getpid): New function.
This commit is contained in:
parent
c6897d8e06
commit
bcfe87c451
1 changed files with 6 additions and 0 deletions
|
|
@ -43,6 +43,12 @@ getwd (char *dir)
|
|||
return GetCurrentDirectory (MAXPATHLEN, dir);
|
||||
}
|
||||
|
||||
int
|
||||
getpid ()
|
||||
{
|
||||
return _getpid ();
|
||||
}
|
||||
|
||||
static HANDLE getppid_parent;
|
||||
static int getppid_ppid;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue