Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/kernel-features.h: SH also has
Browse files Browse the repository at this point in the history
	preadv/pwritev.
  • Loading branch information
Ulrich Drepper committed Apr 14, 2009
1 parent 84aa52d commit b8a3bd8
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2009-04-14 Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/kernel-features.h: SH also has
preadv/pwritev.

2009-04-13 Ulrich Drepper <drepper@redhat.com>

* sysdeps/x86-64/strrchr.S: New file.
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/kernel-features.h
Original file line number Diff line number Diff line change
@@ -533,7 +533,7 @@
/* Support for preadv and pwritev was added in 2.6.30. */
#if __LINUX_KERNEL_VERSION >= 0x02061e \
&& (defined __i386__ || defined __x86_64__ || defined __powerpc__ \
|| defined __ia64__ || defined __sparc__)
|| defined __ia64__ || defined __sparc__ && defined __sh__)
# define __ASSUME_PREADV 1
# define __ASSUME_PWRITEV 1
#endif

0 comments on commit b8a3bd8

Please sign in to comment.