[llvm-bugs] [Bug 37418] New: compiler-rt uses deprecated definitions of ustat
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri May 11 10:59:59 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37418
Bug ID: 37418
Summary: compiler-rt uses deprecated definitions of ustat
Product: compiler-rt
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: compiler-rt
Assignee: unassignedbugs at nondot.org
Reporter: rusyaev.rm at gmail.com
CC: llvm-bugs at lists.llvm.org
Hi!
Deprecated function ustat has been removed from upstream glibc.
>From NEWS file of glibc version 2.28:
* The obsolete function ustat is no longer available to newly linked
binaries; the headers <ustat.h> and <sys/ustat.h> have been removed. This
function has been deprecated in favor of fstatfs and statfs.
Please, remove all uses of ustat from compiler-rt.
Thanks,
Roman.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180511/18bf64d0/attachment.html>
More information about the llvm-bugs
mailing list