[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#602776: [not fixed] libc: missing syscall stubs for jail_set, jail_get, jail_remove



Hi Robert,

the update of kfreebsd sysdeps is not sufficient,
it also have to be exported with proper versioned symbol.

In the Versions file should be i.e.

  GLIBC_2.13 {
	jail_attach;
	jail_remove;
	jail_get;
	jail_set;
  }

Petr



Reply to: