Changeset e26a4633 in mainline for uspace/lib/c/generic/libc.c
- Timestamp:
- 2011-01-28T20:54:36Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 46b881c, 68a2be19
- Parents:
- 4db1fbf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/libc.c
r4db1fbf re26a4633 41 41 */ 42 42 43 #include <libc.h>44 43 #include <stdio.h> 45 44 #include <unistd.h> … … 52 51 #include <as.h> 53 52 #include <loader/pcb.h> 54 55 extern int main(int argc, char *argv[]); 53 #include "private/libc.h" 56 54 57 55 void _exit(int status)
Note:
See TracChangeset
for help on using the changeset viewer.