public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug hurd/722] New: missing weak aliases for setres{g,u}id in sysdeps/mach/hurd
@ 2005-02-15  1:58 bddebian at comcast dot net
  2005-02-15  3:08 ` [Bug hurd/722] " cvs-commit at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bddebian at comcast dot net @ 2005-02-15  1:58 UTC (permalink / raw)
  To: glibc-bugs

2005-02-10  Barry deFrese  <bddebian@comcast.net>

	* sysdeps/mach/hurd/setresgid.c: Add weak alias.

	* sysdeps/mach/hurd/setresuid.c: Add weak alias.


diff -urp build-tree.old/glibc-2.3.2/sysdeps/mach/hurd/setresgid.c
build-tree/glibc-2.3.2/sysdeps/mach/hurd/setresgid.c
--- build-tree.old/glibc-2.3.2/sysdeps/mach/hurd/setresgid.c	2005-02-10
10:28:25.000000000 -0500
+++ build-tree/glibc-2.3.2/sysdeps/mach/hurd/setresgid.c	2005-02-10
10:23:10.000000000 -0500
@@ -75,3 +75,4 @@ __setresgid (gid_t egid, gid_t rgid, gid
   return err;
 }
 libc_hidden_def (__setresgid)
+weak_alias (__setresgid, setresgid)
diff -urp build-tree.old/glibc-2.3.2/sysdeps/mach/hurd/setresuid.c
build-tree/glibc-2.3.2/sysdeps/mach/hurd/setresuid.c
--- build-tree.old/glibc-2.3.2/sysdeps/mach/hurd/setresuid.c	2005-02-10
10:28:25.000000000 -0500
+++ build-tree/glibc-2.3.2/sysdeps/mach/hurd/setresuid.c	2005-02-10
10:23:10.000000000 -0500
@@ -75,3 +75,4 @@ __setresuid (uid_t euid, uid_t ruid, uid
   return err;
 }
 libc_hidden_def (__setresuid)
+weak_alias (__setresuid, setresuid)

-- 
           Summary: missing weak aliases for setres{g,u}id in
                    sysdeps/mach/hurd
           Product: glibc
           Version: 2.3.2
            Status: NEW
          Severity: normal
          Priority: P1
         Component: hurd
        AssignedTo: roland at gnu dot org
        ReportedBy: bddebian at comcast dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i386-pc-gnu
  GCC host triplet: i386-pc-gnu
GCC target triplet: i386-pc-gnu


http://sources.redhat.com/bugzilla/show_bug.cgi?id=722

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug hurd/722] missing weak aliases for setres{g,u}id in sysdeps/mach/hurd
  2005-02-15  1:58 [Bug hurd/722] New: missing weak aliases for setres{g,u}id in sysdeps/mach/hurd bddebian at comcast dot net
@ 2005-02-15  3:08 ` cvs-commit at gcc dot gnu dot org
  2005-02-18  0:06 ` roland at gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-15  3:08 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-15 03:08 -------
Subject: Bug 722

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-02-15 03:08:39

Modified files:
	sysdeps/mach/hurd: setresuid.c setresgid.c 

Log message:
	2005-02-11  Barry deFrese  <bddebian@comcast.net>
	
	[BZ #722]
	* sysdeps/mach/hurd/setresgid.c: Use weak_alias.
	* sysdeps/mach/hurd/setresuid.c: Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/mach/hurd/setresuid.c.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/mach/hurd/setresgid.c.diff?cvsroot=glibc&r1=1.1&r2=1.2



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=722

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug hurd/722] missing weak aliases for setres{g,u}id in sysdeps/mach/hurd
  2005-02-15  1:58 [Bug hurd/722] New: missing weak aliases for setres{g,u}id in sysdeps/mach/hurd bddebian at comcast dot net
  2005-02-15  3:08 ` [Bug hurd/722] " cvs-commit at gcc dot gnu dot org
@ 2005-02-18  0:06 ` roland at gnu dot org
  2005-02-18  0:08 ` cvs-commit at gcc dot gnu dot org
  2005-04-05 23:59 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: roland at gnu dot org @ 2005-02-18  0:06 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |724
              nThis|                            |


http://sources.redhat.com/bugzilla/show_bug.cgi?id=722

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug hurd/722] missing weak aliases for setres{g,u}id in sysdeps/mach/hurd
  2005-02-15  1:58 [Bug hurd/722] New: missing weak aliases for setres{g,u}id in sysdeps/mach/hurd bddebian at comcast dot net
  2005-02-15  3:08 ` [Bug hurd/722] " cvs-commit at gcc dot gnu dot org
  2005-02-18  0:06 ` roland at gnu dot org
@ 2005-02-18  0:08 ` cvs-commit at gcc dot gnu dot org
  2005-04-05 23:59 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-18  0:08 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-18 00:08 -------
Subject: Bug 722

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-02-18 00:08:18

Modified files:
	sysdeps/mach/hurd: setresuid.c setresgid.c 

Log message:
	2005-02-11  Barry deFrese  <bddebian@comcast.net>
	
	[BZ #722]
	* sysdeps/mach/hurd/setresgid.c: Use weak_alias.
	* sysdeps/mach/hurd/setresuid.c: Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/mach/hurd/setresuid.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/mach/hurd/setresgid.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1&r2=1.1.4.1



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=722

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug hurd/722] missing weak aliases for setres{g,u}id in sysdeps/mach/hurd
  2005-02-15  1:58 [Bug hurd/722] New: missing weak aliases for setres{g,u}id in sysdeps/mach/hurd bddebian at comcast dot net
                   ` (2 preceding siblings ...)
  2005-02-18  0:08 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-05 23:59 ` roland at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: roland at gnu dot org @ 2005-04-05 23:59 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-04-05 23:59 -------
These changes are in the 2.3 branch as well as the trunk now.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=722

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2005-04-05 23:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-15  1:58 [Bug hurd/722] New: missing weak aliases for setres{g,u}id in sysdeps/mach/hurd bddebian at comcast dot net
2005-02-15  3:08 ` [Bug hurd/722] " cvs-commit at gcc dot gnu dot org
2005-02-18  0:06 ` roland at gnu dot org
2005-02-18  0:08 ` cvs-commit at gcc dot gnu dot org
2005-04-05 23:59 ` roland at gnu dot org

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).