Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bcfe87c4
Commit
bcfe87c4
authored
Mar 19, 1996
by
Geoff Voelker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(getpid): New function.
parent
c6897d8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lib-src/ntlib.c
lib-src/ntlib.c
+6
-0
No files found.
lib-src/ntlib.c
View file @
bcfe87c4
...
...
@@ -43,6 +43,12 @@ getwd (char *dir)
return
GetCurrentDirectory
(
MAXPATHLEN
,
dir
);
}
int
getpid
()
{
return
_getpid
();
}
static
HANDLE
getppid_parent
;
static
int
getppid_ppid
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment