Changeset d3e6935 in mainline for uspace/lib/libc
- Timestamp:
- 2008-12-26T19:37:21Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b755225
- Parents:
- 713e6f2d
- Location:
- uspace/lib/libc
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/Makefile
r713e6f2d rd3e6935 34 34 LIBC_PREFIX = $(shell pwd) 35 35 SOFTINT_PREFIX = ../softint 36 CONSOLE_PREFIX = ../../srv/console37 36 38 37 ## Setup toolchain … … 40 39 41 40 include $(LIBC_PREFIX)/Makefile.toolchain 42 43 CFLAGS += -I$(CONSOLE_PREFIX)44 41 45 42 ## Sources -
uspace/lib/libc/generic/io/stream.c
r713e6f2d rd3e6935 43 43 #include <ipc/fb.h> 44 44 #include <ipc/services.h> 45 #include < console.h>45 #include <ipc/console.h> 46 46 #include <unistd.h> 47 47 #include <async.h> -
uspace/lib/libc/generic/vfs/vfs.c
r713e6f2d rd3e6935 50 50 #include <string.h> 51 51 #include <ipc/devmap.h> 52 #include "../../ srv/vfs/vfs.h"52 #include "../../../srv/vfs/vfs.h" 53 53 54 54 int vfs_phone = -1;
Note:
See TracChangeset
for help on using the changeset viewer.