summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ioq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioq.c b/src/ioq.c
index 0e7ac42..064e0e8 100644
--- a/src/ioq.c
+++ b/src/ioq.c
@@ -617,7 +617,7 @@ static void ioq_dispatch_sync(struct ioq *ioq, struct ioq_ent *ent) {
case IOQ_NOP:
if (ent->nop.type == IOQ_NOP_HEAVY) {
// A fast, no-op syscall
- getpid();
+ getppid();
}
ent->result = 0;
return;