Skip to content

Commit

Permalink
Add mkstemps to aarch64-linux-gnu libc (crystal-lang#7300)
Browse files Browse the repository at this point in the history
fix `undefined fun 'mkstemps' for LibC`
  • Loading branch information
silmanduin66 authored and RX14 committed Jan 11, 2019
1 parent 9e68c07 commit d1cf15f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib_c/aarch64-linux-gnu/c/stdlib.cr
Original file line number Diff line number Diff line change
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 d1cf15f

Please sign in to comment.