File: binfmt_lib.h

package info (click to toggle)
ibcs 971113-5
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,096 kB
  • ctags: 2,079
  • sloc: ansic: 14,910; makefile: 310; sh: 203; asm: 47; perl: 18; pascal: 2
file content (6 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#if LINUX_VERSION_CODE >= 66375

extern unsigned long *
	create_ibcs_tables(char *p, struct linux_binprm *bprm, int ibcs);

#endif