Show
Ignore:
Timestamp:
05/04/08 21:29:54 (7 months ago)
Author:
mwhitworth
Message:

Change name of ModuleInit alias.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/hybrid/include/module.h

    r389 r401  
    22#define MODULE_H 
    33 
    4 #define MODULE_INIT(func) \ 
    5         int ModuleInit(void) __attribute__((alias(#func))); 
     4#define ModuleInit(func) \ 
     5        int _ModuleInit(void) __attribute__((alias(#func))); 
    66 
    77#ifndef MODULE /* Kernel-specific structures. */