diff options
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ChangeLog.linux-generic | 6 | ||||
-rw-r--r-- | ports/ChangeLog.mips | 5 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/generic/sysctl.c | 1 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/generic/ustat.c | 1 | ||||
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c | 2 |
5 files changed, 11 insertions, 4 deletions
diff --git a/ports/ChangeLog.linux-generic b/ports/ChangeLog.linux-generic index 0dfb8402c6..d3f0e5b75d 100644 --- a/ports/ChangeLog.linux-generic +++ b/ports/ChangeLog.linux-generic @@ -1,3 +1,9 @@ +2012-11-04 Thomas Schwinge <thomas@codesourcery.com> + + * sysdeps/unix/sysv/linux/generic/sysctl.c: Don't include + <stub-tag.h>. + * sysdeps/unix/sysv/linux/generic/ustat.c: Likewise. + 2012-10-27 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: (__O_LARGEFILE) diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips index 548d95e1d4..3380b125b8 100644 --- a/ports/ChangeLog.mips +++ b/ports/ChangeLog.mips @@ -1,3 +1,8 @@ +2012-11-04 Thomas Schwinge <thomas@codesourcery.com> + + * sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c: Don't + include <stub-tag.h>. + 2012-11-03 Joseph Myers <joseph@codesourcery.com> * sysdeps/mips/fpu/fclrexcpt.c (feclearexcept): Add diff --git a/ports/sysdeps/unix/sysv/linux/generic/sysctl.c b/ports/sysdeps/unix/sysv/linux/generic/sysctl.c index 0bdb78660b..0212e1a8a3 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/sysctl.c +++ b/ports/sysdeps/unix/sysv/linux/generic/sysctl.c @@ -30,4 +30,3 @@ sysctl (int *name, int nlen, void *oldval, size_t *oldlenp, return -1; } stub_warning (sysctl) -#include <stub-tag.h> diff --git a/ports/sysdeps/unix/sysv/linux/generic/ustat.c b/ports/sysdeps/unix/sysv/linux/generic/ustat.c index 7611e82f0f..d6a23090ca 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/ustat.c +++ b/ports/sysdeps/unix/sysv/linux/generic/ustat.c @@ -30,4 +30,3 @@ ustat (dev_t dev, struct ustat *ubuf) return -1; } stub_warning (ustat) -#include <stub-tag.h> diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c b/ports/sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c index 2dc110ba7e..1d345efcf0 100644 --- a/ports/sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c +++ b/ports/sysdeps/unix/sysv/linux/mips/mips32/sync_file_range.c @@ -54,6 +54,4 @@ sync_file_range (int fd, __off64_t from, __off64_t to, unsigned int flags) return -1; } stub_warning (sync_file_range) - -# include <stub-tag.h> #endif |