[PATCH 1/2] Update errno and ioctl definitions for newer Linux

Dmitry V. Levin ldv at altlinux.org
Sat Oct 27 15:41:37 UTC 2012


On Wed, Oct 24, 2012 at 02:49:20PM +0100, Steve McIntyre wrote:
> On Wed, Oct 24, 2012 at 03:58:46AM +0400, Dmitry V. Levin wrote:
> >On Tue, Oct 23, 2012 at 05:36:58PM +0100, Steve McIntyre wrote:
> >> Update errno and ioctl definitions for newer Linux
> >> 
> >> Signed-off-by: Steve McIntyre <steve.mcintyre at linaro.org>
> >> ---
> >>  linux/errnoent.h    |    4 +-
> >>  linux/ioctlent.h.in |  121 +++++++++++++++++++++++++++++++++++++++++++++++++++
> >>  2 files changed, 123 insertions(+), 2 deletions(-)
> >> 
> >> diff --git a/linux/errnoent.h b/linux/errnoent.h
> >> index e43bff5..c2ac683 100644
> >> --- a/linux/errnoent.h
> >> +++ b/linux/errnoent.h
> >> @@ -519,8 +519,8 @@
> >>  	"ERESTARTNOHAND", /* 514 */
> >>  	"ENOIOCTLCMD", /* 515 */
> >>  	"ERESTART_RESTARTBLOCK", /* 516 */
> >> -	"ERRNO_517", /* 517 */
> >> -	"ERRNO_518", /* 518 */
> >> +	"EPROBE_DEFER", /* 517 */
> >> +	"EOPENSTALE", /* 518 */
> >>  	"ERRNO_519", /* 519 */
> >>  	"ERRNO_520", /* 520 */
> >>  	"EBADHANDLE", /* 521 */
> >
> >This one is obvious.  Please add a ChangeLog-style entry (see
> >README-hacking file for details) for this errnoent.h patch.
> 
> ACK. Here's an update for that.

Applied, thanks.


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20121027/9c681d78/attachment.bin>


More information about the Strace-devel mailing list