Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
Browse files Browse the repository at this point in the history
	the new syscalls, too.
  • Loading branch information
Ulrich Drepper committed Jul 26, 2008
1 parent b5c0b5e commit bdd24a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
2008-07-25 Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/kernel-features.h: IA-64 has the new
syscalls, too.
* sysdeps/unix/sysv/linux/kernel-features.h: IA-64 and SPARC have
the new syscalls, too.

* sysdeps/i386/i686/memcmp.S: Fix unwind information.
Reported by Paul Pluzhnikov <ppluzhnikov@google.com>.
Expand Down
4 changes: 2 additions & 2 deletions sysdeps/unix/sysv/linux/kernel-features.h
Original file line number Diff line number Diff line change
Expand Up @@ -499,10 +499,10 @@
#endif

/* Support for various CLOEXEC and NONBLOCK flags was added for x86,
x86-64, PPC, and IA-64 in 2.6.27. */
x86-64, PPC, IA-64, and SPARC in 2.6.27. */
#if __LINUX_KERNEL_VERSION >= 0x02061b \
&& (defined __i386__ || defined __x86_64__ || defined __powerpc__ \
|| defined __ia64__)
|| defined __ia64__ || defined __sparc__)
# define __ASSUME_SOCK_CLOEXEC 1
# define __ASSUME_IN_NONBLOCK 1
# define __ASSUME_PACCEPT 1
Expand Down

0 comments on commit bdd24a3

Please sign in to comment.