namei.h 226 B

1234567891011
  1. #ifndef __X8664_NAMEI_H
  2. #define __X8664_NAMEI_H
  3. /* This dummy routine maybe changed to something useful
  4. * for /usr/gnemul/ emulation stuff.
  5. * Look at asm-sparc/namei.h for details.
  6. */
  7. #define __emul_prefix() NULL
  8. #endif