public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix personality on x86_64 and ppc
@ 2007-08-27 12:47 Jakub Jelinek
  2007-08-27 20:12 ` Roland McGrath
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Jelinek @ 2007-08-27 12:47 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Glibc hackers

Hi!

With the addition of sysdeps/unix/sysv/linux/{x86_64,powerpc}/init-first.c
the personality syscall is no longer exported on those architectures.
Fixed thusly, not sure why init-first has been mentioned there at all,
when it doesn't even call that syscall.

2007-08-27  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/syscalls.list (personality): Change caller to EXTRA.

--- libc/sysdeps/unix/sysv/linux/syscalls.list.jj	2007-05-21 23:33:57.000000000 +0200
+++ libc/sysdeps/unix/sysv/linux/syscalls.list	2007-08-27 14:36:06.000000000 +0200
@@ -43,7 +43,7 @@ munlockall	-	munlockall	i:	munlockall
 nanosleep	-	nanosleep	Ci:pp	__libc_nanosleep	__nanosleep nanosleep
 nfsservctl	EXTRA	nfsservctl	i:ipp	nfsservctl
 pause		-	pause		Ci:	__libc_pause	pause
-personality	init-first personality	i:i	__personality	personality
+personality	EXTRA	personality	i:i	__personality	personality
 pipe		-	pipe		i:f	__pipe		pipe
 pivot_root	EXTRA	pivot_root	i:ss	pivot_root
 prctl		EXTRA	prctl		i:iiiii	__prctl		prctl

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-27 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-27 12:47 [PATCH] Fix personality on x86_64 and ppc Jakub Jelinek
2007-08-27 20:12 ` Roland McGrath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).