We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0b7944b commit a1e90f0Copy full SHA for a1e90f0
src/lib_c/amd64-unknown-openbsd/c/stdlib.cr
@@ -16,6 +16,7 @@ lib LibC
16
fun getenv(x0 : Char*) : Char*
17
fun malloc(x0 : SizeT) : Void*
18
fun mkstemp(x0 : Char*) : Int
19
+ fun mkstemps(x0 : Char*, x1 : Int) : Int
20
fun putenv(x0 : Char*) : Int
21
fun realloc(x0 : Void*, x1 : SizeT) : Void*
22
fun realpath(x0 : Char*, x1 : Char*) : Char*
0 commit comments