Changes in / [197ef43:47b7006] in mainline
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipc.c
r197ef43 r47b7006 787 787 } 788 788 789 printf(" --- incoming answers ---\n");789 printf(" --- outgoing answers ---\n"); 790 790 for (cur = task->answerbox.answers.next; 791 791 cur != &task->answerbox.answers; -
uspace/lib/c/arch/abs32le/src/thread_entry.c
r197ef43 r47b7006 30 30 */ 31 31 32 #include <unistd.h>33 #include "../../../generic/private/thread.h"34 35 32 void __thread_entry(void) 36 33 { -
uspace/lib/c/generic/libc.c
r197ef43 r47b7006 41 41 */ 42 42 43 #include <libc.h> 43 #include <stdio.h> 44 #include <unistd.h> 44 45 #include <stdlib.h> 46 #include <malloc.h> 45 47 #include <tls.h> 46 48 #include <fibril.h> -
uspace/lib/c/generic/private/io.h
r197ef43 r47b7006 36 36 #define LIBC_PRIVATE_IO_H_ 37 37 38 #include < vfs/vfs.h>38 #include <ipc/vfs.h> 39 39 40 40 extern void __stdio_init(int filc, fdi_node_t *filv[]);
Note:
See TracChangeset
for help on using the changeset viewer.