Skip to content

Commit

Permalink
Missing ref to mkstemps in ARM
Browse files Browse the repository at this point in the history
Should fix #5264 for ARM architecture
  • Loading branch information
blankoworld authored and ysbaddaden committed Feb 25, 2018
1 parent 5a0e21f commit 91a025f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib_c/arm-linux-gnueabihf/c/stdlib.cr
Expand Up @@ -14,6 +14,7 @@ lib LibC
fun getenv(name : Char*) : Char*
fun malloc(size : SizeT) : Void*
fun mkstemp(template : Char*) : Int
fun mkstemps(template : Char*, suffixlen : Int) : Int
fun putenv(string : Char*) : Int
fun realloc(ptr : Void*, size : SizeT) : Void*
fun realpath(name : Char*, resolved : Char*) : Char*
Expand Down

0 comments on commit 91a025f

Please sign in to comment.