repo.or.cz
/
glibc-ports.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(ELF_MACHINE_NO_RELA): Define unconditionally to defined RTLD_BOOTSTRAP.
[glibc-ports.git]
/
sysdeps
/
unix
/
sysv
/
aix
/
getpid.c
blob
8a74e22da73835a0858d9e3ccd06da46e4bd5f7d
1
/* This is a system call. We only have to provide the wrapper. */
2
#include <unistd.h>
3
4
int
5
__getpid
(
void
)
6
{
7
return
getpid
();
8
}
9
libc_hidden_def
(
__getpid
)