All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] add some common errno values
@ 2013-10-22  8:27 Wang, Xiaoguang
  2013-10-23 12:50 ` chrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Wang, Xiaoguang @ 2013-10-22  8:27 UTC (permalink / raw
  To: ltp-list


Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
---
 lib/tst_res.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/lib/tst_res.c b/lib/tst_res.c
index 245bd5f..f73022b 100644
--- a/lib/tst_res.c
+++ b/lib/tst_res.c
@@ -249,7 +249,12 @@ static const char *strerrnodef(int err)
 		    PAIR(EPIPE)
 		    PAIR(EDOM)
 		    PAIR(ERANGE)
+		    PAIR(EDEADLK)
 		    PAIR(ENAMETOOLONG)
+		    PAIR(ENOLCK)
+		    PAIR(ENOSYS)
+		    PAIR(ENOTEMPTY)
+		    PAIR(ELOOP)
 	};
 	return pair_lookup(errno_pairs, err);
 }
-- 
1.7.1

Regards,
Xiaoguang Wang


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [LTP] [PATCH] add some common errno values
  2013-10-22  8:27 [LTP] [PATCH] add some common errno values Wang, Xiaoguang
@ 2013-10-23 12:50 ` chrubis
  0 siblings, 0 replies; 2+ messages in thread
From: chrubis @ 2013-10-23 12:50 UTC (permalink / raw
  To: Wang, Xiaoguang; +Cc: ltp-list

Hi!
> 
> Signed-off-by: Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com>
> ---
>  lib/tst_res.c |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/lib/tst_res.c b/lib/tst_res.c
> index 245bd5f..f73022b 100644
> --- a/lib/tst_res.c
> +++ b/lib/tst_res.c
> @@ -249,7 +249,12 @@ static const char *strerrnodef(int err)
>  		    PAIR(EPIPE)
>  		    PAIR(EDOM)
>  		    PAIR(ERANGE)
> +		    PAIR(EDEADLK)
>  		    PAIR(ENAMETOOLONG)
> +		    PAIR(ENOLCK)
> +		    PAIR(ENOSYS)
> +		    PAIR(ENOTEMPTY)
> +		    PAIR(ELOOP)
>  	};
>  	return pair_lookup(errno_pairs, err);

Applied (whith a slight change to the commit message), thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-23 12:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-22  8:27 [LTP] [PATCH] add some common errno values Wang, Xiaoguang
2013-10-23 12:50 ` chrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.