Changeset ad7a6c9 in mainline for uspace/lib/c/generic/private/async_sess.h
- Timestamp:
- 2011-03-30T13:10:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4ae90f9
- Parents:
- 6e50466 (diff), d6b81941 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/async_sess.h
r6e50466 rad7a6c9 1 1 /* 2 * Copyright (c) 20 06 Ondrej Palkovsky2 * Copyright (c) 2011 Martin Decky 3 3 * All rights reserved. 4 4 * … … 33 33 */ 34 34 35 #i nclude <stdio.h>36 # include <stdlib.h>35 #ifndef LIBC_PRIVATE_ASYNC_SESS_H_ 36 #define LIBC_PRIVATE_ASYNC_SESS_H_ 37 37 38 /* TODO 39 void errx(int __status, __const char *__format, ...) 40 { 41 _exit(0); 42 } 43 */ 38 extern void __async_sess_init(void); 39 40 #endif 44 41 45 42 /** @}
Note:
See TracChangeset
for help on using the changeset viewer.