mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 22:59:16 +02:00
can't have a null timeval in settimeofday
This commit is contained in:
parent
a1941ff08a
commit
09b7b7de69
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
((result timeval) (result timezone)))
|
||||
|
||||
(define-c errno (set-time-of-day! "settimeofday")
|
||||
((maybe-null timeval) (maybe-null default NULL timezone)))
|
||||
(timeval (maybe-null default NULL timezone)))
|
||||
|
||||
(define-c non-null-pointer (seconds->time "localtime_r")
|
||||
((pointer time_t) (result tm)))
|
||||
|
|
Loading…
Add table
Reference in a new issue