~vojtech-horky/helenos/helenos-qemu

« back to all changes in this revision

Viewing changes to uspace/lib/posix/source/stdlib.c

  • Committer: Jan Mares
  • Date: 2015-08-13 16:30:22 UTC
  • Revision ID: maresja1@gmail.com-20150813163022-2lqo8sxil30q1lcr
Added setenv mockup and fix of abuse of select API for SDL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
        return NULL;
226
226
}
227
227
 
 
228
int *posix_setenv(const char *envname, const char *envval, int overwrite){
 
229
        not_implemented();
 
230
        return 0;
 
231
}
228
232
/**
229
233
 * 
230
234
 * @param name