Changeset cb2739a in mainline for uspace/lib/posix/include/posix/stdlib.h
- Timestamp:
- 2013-11-12T15:28:30Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 860a7bb
- Parents:
- 82a6d4ee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/stdlib.h
r82a6d4ee rcb2739a 56 56 #define _Exit exit 57 57 extern int __POSIX_DEF__(atexit)(void (*func)(void)); 58 extern void exit(int status) ;58 extern void exit(int status) __attribute__((noreturn)); 59 59 extern void abort(void) __attribute__((noreturn)); 60 60
Note:
See TracChangeset
for help on using the changeset viewer.