This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug hurd/722] New: missing weak aliases for setres{g,u}id in sysdeps/mach/hurd


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]