Skip to content

Commit 91a025f

Browse files
blankoworldysbaddaden
authored andcommittedFeb 25, 2018
Missing ref to mkstemps in ARM
Should fix #5264 for ARM architecture
1 parent 5a0e21f commit 91a025f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/lib_c/arm-linux-gnueabihf/c/stdlib.cr

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ lib LibC
1414
fun getenv(name : Char*) : Char*
1515
fun malloc(size : SizeT) : Void*
1616
fun mkstemp(template : Char*) : Int
17+
fun mkstemps(template : Char*, suffixlen : Int) : Int
1718
fun putenv(string : Char*) : Int
1819
fun realloc(ptr : Void*, size : SizeT) : Void*
1920
fun realpath(name : Char*, resolved : Char*) : Char*

0 commit comments

Comments
 (0)
Please sign in to comment.