Changeset 777832e in mainline for uspace/lib/posix/src/unistd.c


Ignore:
Timestamp:
2018-06-21T12:27:09Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
296890f3
Parents:
7d7bc09
git-author:
Jiri Svoboda <jiri@…> (2018-06-20 19:26:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-06-21 12:27:09)
Message:

fgetpos, fsetpos, perror.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/src/unistd.c

    r7d7bc09 r777832e  
    5151
    5252// FIXME: replace with a hash table
    53 aoff64_t posix_pos[MAX_OPEN_FILES];
     53aoff64_t posix_pos[VFS_MAX_OPEN_FILES];
    5454
    5555/* Array of environment variable strings (NAME=VALUE). */
Note: See TracChangeset for help on using the changeset viewer.