Changes in / [47b7006:197ef43] in mainline
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipc.c
r47b7006 r197ef43 787 787 } 788 788 789 printf(" --- outgoing answers ---\n");789 printf(" --- incoming 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
r47b7006 r197ef43 30 30 */ 31 31 32 #include <unistd.h> 33 #include "../../../generic/private/thread.h" 34 32 35 void __thread_entry(void) 33 36 { -
uspace/lib/c/generic/libc.c
r47b7006 r197ef43 41 41 */ 42 42 43 #include <stdio.h> 44 #include <unistd.h> 43 #include <libc.h> 45 44 #include <stdlib.h> 46 #include <malloc.h>47 45 #include <tls.h> 48 46 #include <fibril.h> -
uspace/lib/c/generic/private/io.h
r47b7006 r197ef43 36 36 #define LIBC_PRIVATE_IO_H_ 37 37 38 #include < ipc/vfs.h>38 #include <vfs/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.