From c22117a7910b26ca095e7c58931904f2a9c2080f Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Mon, 11 Jun 2018 17:53:56 +0200 Subject: toolchain/glibc: update to latest 2.26 commit 7b52c8ae05 libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236] Refresh patches Signed-off-by: Hans Dedecker --- toolchain/glibc/patches/100-fix_cross_rpcgen.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/glibc/patches/100-fix_cross_rpcgen.patch') diff --git a/toolchain/glibc/patches/100-fix_cross_rpcgen.patch b/toolchain/glibc/patches/100-fix_cross_rpcgen.patch index 6a5e537b77..f10efcc5d6 100644 --- a/toolchain/glibc/patches/100-fix_cross_rpcgen.patch +++ b/toolchain/glibc/patches/100-fix_cross_rpcgen.patch @@ -38,7 +38,7 @@ +++ b/sunrpc/rpc_main.c @@ -958,9 +958,10 @@ mkfile_output (struct commandline *cmd) abort (); - temp = rindex (cmd->infile, '.'); + temp = strrchr (cmd->infile, '.'); cp = stpcpy (mkfilename, "Makefile."); - if (temp != NULL) - *((char *) stpncpy (cp, cmd->infile, temp - cmd->infile)) = '\0'; -- cgit v1.2.3