Changeset 55092672 in mainline for uspace/lib/c/include/stdlib.h


Ignore:
Timestamp:
2018-06-15T13:06:18Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8338a81
Parents:
1ae9c07
git-author:
Jiri Svoboda <jiri@…> (2018-06-14 22:05:23)
git-committer:
Jiri Svoboda <jiri@…> (2018-06-15 13:06:18)
Message:

Clean up libposix stdio.h and stdlib.h a bit.

File:
1 edited

Legend:

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

    r1ae9c07 r55092672  
    3838#include <malloc.h>
    3939#include <qsort.h>
    40 #include <stacktrace.h>
    4140
    4241#define RAND_MAX  714025
     42
     43#define EXIT_FAILURE 1
     44#define EXIT_SUCCESS 0
    4345
    4446extern int rand(void);
Note: See TracChangeset for help on using the changeset viewer.