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 45850d5239bcff4f1352ab7cf4c364cfd46acbcf (commit)
from 953020cb36461d603fc9ff966a2fed63ce18232b (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 45850d5239bcff4f1352ab7cf4c364cfd46acbcf
Author: Waldemar Brodkorb <wbx(a)uclibc-ng.org>
Date: Sun Jun 19 13:13:49 2016 +0200
or1k: add dummy sys/user.h for strace
-----------------------------------------------------------------------
Summary of changes:
libc/sysdeps/linux/{arc => or1k}/sys/user.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
copy libc/sysdeps/linux/{arc => or1k}/sys/user.h (84%)
diff --git a/libc/sysdeps/linux/arc/sys/user.h b/libc/sysdeps/linux/or1k/sys/user.h
similarity index 84%
copy from libc/sysdeps/linux/arc/sys/user.h
copy to libc/sysdeps/linux/or1k/sys/user.h
index e340074..9d23360 100755
--- a/libc/sysdeps/linux/arc/sys/user.h
+++ b/libc/sysdeps/linux/or1k/sys/user.h
@@ -1,6 +1,4 @@
/*
- * Copyright (C) 2013 Synopsys, Inc. (
www.synopsys.com)
- *
* Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
*/
@@ -20,4 +18,4 @@ struct user {
int dummy;
};
-#endif /* sys/user.h */
+#endif /* _SYS_USER_H */
hooks/post-receive
--
uClibc-ng - small C library for embedded systems