public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug manual/10210] New: execle prototype has the env array in the wrong place.
@ 2009-05-27 21:28 sobtwmxt at sdf dot lonestar dot org
  0 siblings, 0 replies; only message in thread
From: sobtwmxt at sdf dot lonestar dot org @ 2009-05-27 21:28 UTC (permalink / raw)
  To: glibc-bugs

http://www.gnu.org/software/libc/manual/html_node/Executing-a-File.html#Executing-a-File
claims the parametrs to execle are:
     const char *filename, const char *arg0, char *const env[], ... . Aren't the
ellipsis supposed to come before 
the env[] array, as in:
     const char *filename, const char *arg0, ..., char *const env[] .

-- 
           Summary: execle prototype has the env array in the wrong place.
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: manual
        AssignedTo: roland at gnu dot org
        ReportedBy: sobtwmxt at sdf dot lonestar dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=10210

------- 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] only message in thread

only message in thread, other threads:[~2009-05-27 21:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-27 21:28 [Bug manual/10210] New: execle prototype has the env array in the wrong place sobtwmxt at sdf dot lonestar 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).