Changeset 83b1d61 in mainline for libc/generic/as.c
- Timestamp:
- 2006-06-02T13:30:37Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bb51e9a8
- Parents:
- bd929cfb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/generic/as.c
rbd929cfb r83b1d61 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 29 #include <stdlib.h>30 #include <unistd.h>31 #include <string.h>32 #include <ddi.h>33 #include <sysinfo.h>34 #include <align.h>35 #include <as.h>36 #include <ipc/fb.h>37 #include <ipc/ipc.h>38 #include <ipc/ns.h>39 #include <ipc/services.h>40 #include <kernel/errno.h>41 42 28 43 29 #include <as.h> … … 134 120 } 135 121 122 /* TODO: make this type defined somewhere else */ 123 typedef sysarg_t __address; 124 136 125 /** Return pointer to some unmapped area, where fits new as_area 137 126 *
Note:
See TracChangeset
for help on using the changeset viewer.