source: mainline/uspace/app/bdsh/cmds/builtins/builtin_aliases.h@ 721d3a27

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 721d3a27 was d752cf4, checked in by Tim Post <echo@…>, 16 years ago

Eliminate 'restrict' from command structure, get rid of needless aliases.
Order of search is builtin → module → external, there is no need to
restrict commands to (non)interative shells only any longer.

  • Property mode set to 100644
File size: 172 bytes
Line 
1#ifndef BUILTIN_ALIASES_H
2#define BUILTIN_ALIASES_H
3
4/* See modules/module_aliases.h for an explanation of this file */
5
6char *builtin_aliases[] = {
7 NULL, NULL
8};
9
10#endif
Note: See TracBrowser for help on using the repository browser.