Subversion Repositories HelenOS

Rev

Rev 3403 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3265 post 1
#ifndef BUILTIN_ALIASES_H
2
#define BUILTIN_ALIASES_H
3
 
4
/* See modules/module_aliases.h for an explanation of this file */
5
 
6
char *builtin_aliases[] = {
7
    NULL, NULL
8
};
9
 
10
#endif