Hi! > > Signed-off-by: Xiaoguang Wang <[email protected]> > --- > 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 [email protected] ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
