Update the interceptor for devname_r() to account for correct return
types on different platforms. This function returns int on NetBSD
but char* on FreeBSD/OSX. Noticed by @krytarowski.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks fine, but according to newer style of newer interceptors we prefer: DEVNAME_R_RETTYPE res = REAL(devname_r)(dev, type, path, len);