diff mbox

[uclibc-ng-devel] uClibc-ng - small C library for embedded systems branch master updated. v1.0.21-27-g82af21a

Message ID 20170120011319.853081005B@helium.openadk.org
State Not Applicable
Headers show

Commit Message

wbx Jan. 20, 2017, 1:13 a.m. UTC
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".

The branch, master has been updated
       via  82af21a60bc6e53dd92c1c140f20179d2ae4ad40 (commit)
      from  f8756344a9f6793972633a532b689e0b1cae9a9c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 82af21a60bc6e53dd92c1c140f20179d2ae4ad40
Author: Waldemar Brodkorb <wbx@openadk.org>
Date:   Fri Jan 20 02:15:13 2017 +0100

    ppc: fix mq_send
    
    Add a similar fix as in 8dd85e041bdccf630c90e12ea044f55d28da9396.
    
    Reported-By: Steven Seeger <steven.seeger@frontier.com>

-----------------------------------------------------------------------

Summary of changes:
 libc/sysdeps/linux/powerpc/sysdep.h | 5 -----
 1 file changed, 5 deletions(-)



hooks/post-receive
diff mbox

Patch

diff --git a/libc/sysdeps/linux/powerpc/sysdep.h b/libc/sysdeps/linux/powerpc/sysdep.h
index c512c5a..9261174 100644
--- a/libc/sysdeps/linux/powerpc/sysdep.h
+++ b/libc/sysdeps/linux/powerpc/sysdep.h
@@ -258,11 +258,6 @@ 
   ENTRY (name)								      \
     DO_CALL (SYS_ify (syscall_name));
 
-#define PSEUDO_RET_ERRVAL						      \
-    blr
-#undef ret_ERRVAL
-#define ret_ERRVAL PSEUDO_RET_ERRVAL
-
 #undef	PSEUDO_END_ERRVAL
 #define	PSEUDO_END_ERRVAL(name)						      \
   END (name)