Skip to content

Circle Step 45.1, new functions

Compare
Choose a tag to compare
@smuehlst smuehlst released this 01 Feb 20:48
· 35 commits to master since this release
  • Synced with Circle Step 45.1.
  • Implemented functions that previously returned an error code:
    • getcwd() and chdir()
    • dup(), dup2() and fcntl(... F_DUPFD ...) (Note: Only the F_DUPFD command is implemented for fcntl()!)
    • stat() and fstat()
    • fsync()
    • ftruncate()
    • isatty()