Skip to content

Commit a1e90f0

Browse files
wmoxamjhass
authored andcommittedDec 15, 2017
Adds mkstemps for OpenBSD
1 parent 0b7944b commit a1e90f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/lib_c/amd64-unknown-openbsd/c/stdlib.cr

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ lib LibC
1616
fun getenv(x0 : Char*) : Char*
1717
fun malloc(x0 : SizeT) : Void*
1818
fun mkstemp(x0 : Char*) : Int
19+
fun mkstemps(x0 : Char*, x1 : Int) : Int
1920
fun putenv(x0 : Char*) : Int
2021
fun realloc(x0 : Void*, x1 : SizeT) : Void*
2122
fun realpath(x0 : Char*, x1 : Char*) : Char*

0 commit comments

Comments
 (0)