Skip to content

Commit 2f0d16e

Browse files
committed
fix: typo change getpid to setsid
1 parent c917d11 commit 2f0d16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/unistd/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ add_libc_unittest(
292292
SUITE
293293
libc_unistd_unittests
294294
SRCS
295-
getpid_test.cpp
295+
setsid_test.cpp
296296
DEPENDS
297297
libc.src.unistd.setsid
298298
)

0 commit comments

Comments
 (0)