Bug 14251 - powerpc bits/fcntl.h out of date
Summary: powerpc bits/fcntl.h out of date
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: 2.15
: P2 normal
Target Milestone: ---
Assignee: Ryan S. Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-15 16:00 UTC by Joseph Myers
Modified: 2014-06-19 06:26 UTC (History)
4 users (show)

See Also:
Host: powerpc*-*-linux*
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Myers 2012-06-15 16:00:51 UTC
sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h is missing the definitions of struct file_handle, MAX_HANDLE_SZ, name_to_handle_at, open_by_handle_at present in other versions of bits/fcntl.h.
Comment 1 Sean McGovern 2012-09-28 17:10:58 UTC
A patch has been posted here:

http://sourceware.org/ml/libc-alpha/2012-09/msg00721.html
Comment 2 jsm-csl@polyomino.org.uk 2012-09-28 18:57:43 UTC
Khem's patch http://sourceware.org/ml/libc-alpha/2012-09/msg00232.html 
looks more complete.