mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vlib: add fixes for problems, found by check_os_api_parity.v
This commit is contained in:
@ -400,3 +400,6 @@ fn C.pthread_mutex_unlock(voidptr) int
|
||||
fn C.read(fd int, buf voidptr, count size_t) int
|
||||
fn C.write(fd int, buf voidptr, count size_t) int
|
||||
fn C.close(fd int) int
|
||||
|
||||
// used by gl, stbi, freetype
|
||||
fn C.glTexImage2D()
|
||||
|
Reference in New Issue
Block a user