You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
241 B
14 lines
241 B
17 years ago
|
/*
|
||
|
* linux/include/asm-sparc64/namei.h
|
||
|
*
|
||
|
* Routines to handle famous /usr/gnemul/s*.
|
||
|
* Included from linux/fs/namei.c
|
||
|
*/
|
||
|
|
||
|
#ifndef __SPARC64_NAMEI_H
|
||
|
#define __SPARC64_NAMEI_H
|
||
|
|
||
|
#define __emul_prefix() NULL
|
||
|
|
||
|
#endif /* __SPARC64_NAMEI_H */
|