mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
Adds missing SEEK_ POSIX constants for FreeRTOS (#20241)
This commit is contained in:
@@ -500,3 +500,7 @@ const F_TEST* = cint(3)
|
||||
const F_TLOCK* = cint(2)
|
||||
const F_ULOCK* = cint(0)
|
||||
|
||||
# <stdio.h>
|
||||
const SEEK_SET* = cint(0)
|
||||
const SEEK_CUR* = cint(1)
|
||||
const SEEK_END* = cint(2)
|
||||
|
||||
Reference in New Issue
Block a user