Changeset f2ef7fd in mainline for uspace/app/trace/trace.c


Ignore:
Timestamp:
2008-10-05T21:20:13Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6198611
Parents:
1d132ae
Message:

Support for SYSENTER on ia32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/trace/trace.c

    r1d132ae rf2ef7fd  
    3636#include <stdlib.h>
    3737#include <unistd.h>
    38 #include <syscall.h>
    3938#include <ipc/ipc.h>
    4039#include <fibril.h>
     
    4443#include <task.h>
    4544#include <loader/loader.h>
     45
     46#include <libc.h>
    4647
    4748// Temporary: service and method names
Note: See TracChangeset for help on using the changeset viewer.