Ignore:
Timestamp:
2018-06-19T11:48:03Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
47be512
Parents:
6c440362
git-author:
Jiri Svoboda <jiri@…> (2018-06-18 17:47:07)
git-committer:
Jiri Svoboda <jiri@…> (2018-06-19 11:48:03)
Message:

Bsearch, getenv, system need to go to libc. (although we might eventually want different implementation for POSIX mode.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/include/posix/stdlib.h

    r6c440362 r75c430e3  
    4747extern long long llabs(long long i);
    4848
    49 /* Array Functions */
    50 extern void *bsearch(const void *key, const void *base,
    51     size_t nmemb, size_t size, int (*compar)(const void *, const void *));
    52 
    5349/* Environment Access */
    54 extern char *getenv(const char *name);
    5550extern int putenv(char *string);
    56 extern int system(const char *string);
    5751
    5852/* Symbolic Links */
Note: See TracChangeset for help on using the changeset viewer.