pmem / syscall_intercept

The system call intercepting library
Other
631 stars 116 forks source link

tests compilation error: ustat is deprecated and has been removed from glibc #90

Closed ael-code closed 1 year ago

ael-code commented 5 years ago

ustat has been remved from glibc and thus gcc cannot find the ustat.h header used in: https://github.com/pmem/syscall_intercept/blob/4b3a3b50f9d8d0127a4b39022d78b7369a534673/test/syscall_format.c#L118

Glibc tested version: 2.28 Gcc tested version: 8.2.1 20180831 (GCC)

Related issue in Go repository: https://github.com/golang/go/issues/25990

GBuella commented 5 years ago

Should be fixed by #88