Skip to content

Commit 8662a35

Browse files
committed
fix: update C.dup2 declaration's return type to int
1 parent dc1bb11 commit 8662a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nohup/nohup.c.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#include "unistd.h"
22

3-
fn C.dup2(oldfd int, newfd int)
3+
fn C.dup2(oldfd int, newfd int) int

0 commit comments

Comments
 (0)