Subversion Repositories HelenOS

Rev

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

  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
  11.