Browse Source

Bump the Linux version PK claims to support

This makes it more compatible with recent glibc.
pull/70/merge
Andrew Waterman 8 years ago
parent
commit
e5846a2bc7
  1. 2
      pk/syscall.c

2
pk/syscall.c

@ -301,7 +301,7 @@ int sys_uname(void* buf)
const int sz = 65;
strcpy(buf + 0*sz, "Proxy Kernel");
strcpy(buf + 1*sz, "");
strcpy(buf + 2*sz, "3.4.5");
strcpy(buf + 2*sz, "4.15.0");
strcpy(buf + 3*sz, "");
strcpy(buf + 4*sz, "");
strcpy(buf + 5*sz, "");

Loading…
Cancel
Save