Changeset 5f70118 in mainline for uspace/app/tester/fault/fault3.c


Ignore:
Timestamp:
2010-01-10T12:16:59Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c77a64f
Parents:
309ede1 (diff), 1ac3a52 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/fault/fault3.c

    r309ede1 r5f70118  
    11/*
    2  * Copyright (c) 2005 Jakub Jermar
     2 * Copyright (c) 2009 Jakub Jermar
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup ia32   
    30  * @{
    31  */
    32 /** @file
    33  */
     29#include "../tester.h"
     30#include <stdlib.h>
    3431
    35 #ifndef KERN_ia32_ARG_H_
    36 #define KERN_ia32_ARG_H_
    37 
    38 #include <stackarg.h>
    39 
    40 #endif
    41 
    42 /** @}
    43  */
     32char *test_fault3(void)
     33{
     34        abort();
     35}
Note: See TracChangeset for help on using the changeset viewer.