Commit fe3597d
committed
Compatibility fix for older gcc/libc versions
Commit e777932 provided native code and
library compiled on RHEL 9.4 with gcc 11.5.0 and linking to glibc 2.33.
However, on older Linuxes like RHEL 7.9 with older gcc 4.8.5 the
compilation fails because of unnamed `jclass` parameters in new
functions. Beside this, the new library can't be loaded because of only
glibc 2.17 available.
Fixed code to be backwards compatible to old gcc and re-built the
library on RHEL 7.9 to be compatible with older libc versions.1 parent 32aa15c commit fe3597d
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- resources/bundles
- org.eclipse.core.filesystem.linux.x86_64/os/linux/x86_64
- org.eclipse.core.filesystem/natives/unix/fastlinux
Binary file not shown.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
| 388 | + | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| |||
0 commit comments