public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Ulrich Drepper <drepper@redhat.com>
Cc: Glibc hackers <libc-hacker@sources.redhat.com>
Subject: [PATCH] Fix personality on x86_64 and ppc
Date: Mon, 27 Aug 2007 12:47:00 -0000	[thread overview]
Message-ID: <20070827125429.GH2279@sunsite.mff.cuni.cz> (raw)

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

             reply	other threads:[~2007-08-27 12:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-27 12:47 Jakub Jelinek [this message]
2007-08-27 20:12 ` Roland McGrath

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070827125429.GH2279@sunsite.mff.cuni.cz \
    --to=jakub@redhat.com \
    --cc=drepper@redhat.com \
    --cc=libc-hacker@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).