Skip to content

Commit

Permalink
Adds mkstemps for OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
wmoxam authored and jhass committed Dec 15, 2017
1 parent 0b7944b commit a1e90f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib_c/amd64-unknown-openbsd/c/stdlib.cr
Expand Up @@ -16,6 +16,7 @@ lib LibC
fun getenv(x0 : Char*) : Char*
fun malloc(x0 : SizeT) : Void*
fun mkstemp(x0 : Char*) : Int
fun mkstemps(x0 : Char*, x1 : Int) : Int
fun putenv(x0 : Char*) : Int
fun realloc(x0 : Void*, x1 : SizeT) : Void*
fun realpath(x0 : Char*, x1 : Char*) : Char*
Expand Down

0 comments on commit a1e90f0

Please sign in to comment.