mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 18:28:30 +00:00
Get GNU GMP test suite fully passing
- Fix stdio fmemopen() buffer behaviors - Fix scanf() to return EOF when appropriate - Prefer fseek/ftell names over fseeko/ftello - Ensure locale field is always set in the TIB - Fix recent regression in vfprintf() return count - Make %n directive in scanf() have standard behavior
This commit is contained in:
parent
755ae64e73
commit
63a1636e1f
20 changed files with 228 additions and 51 deletions
|
@ -29,7 +29,8 @@
|
|||
/**
|
||||
* Sets current directory.
|
||||
*
|
||||
* This does *not* update the `PWD` environment variable.
|
||||
* The current directory is shared by all threads in a process. This
|
||||
* does not update the `PWD` environment variable.
|
||||
*
|
||||
* @return 0 on success, or -1 w/ errno
|
||||
* @raise ELOOP if a loop was detected resolving components of `path`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue