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 cfc523ea8d207ebfd3cf683120d34527b6d08cb6 (commit)
from e6faae7a3082a7a09626ce579da16d7b12fab2bf (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 cfc523ea8d207ebfd3cf683120d34527b6d08cb6
Author: Waldemar Brodkorb <wbx(a)uclibc-ng.org>
Date: Sun Dec 28 17:02:28 2014 +0100
sparc64 support was removed recently
Remove leftover code.
-----------------------------------------------------------------------
Summary of changes:
ldso/include/dl-syscall.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/ldso/include/dl-syscall.h b/ldso/include/dl-syscall.h
index 675b93a..6a89dff 100644
--- a/ldso/include/dl-syscall.h
+++ b/ldso/include/dl-syscall.h
@@ -25,11 +25,7 @@ extern int _dl_errno;
/* Pull in whatever this particular arch's kernel thinks the kernel version of
* struct stat should look like. It turns out that each arch has a different
* opinion on the subject, and different kernel revs use different names... */
-#if defined(__sparc_v9__) && (__WORDSIZE == 64)
-#define kernel_stat64 stat
-#else
#define kernel_stat stat
-#endif
#include <bits/kernel_stat.h>
#include <bits/kernel_types.h>
hooks/post-receive
--
uClibc-ng - small C library for embedded systems