This is the mail archive of the glibc-bugs@sourceware.org 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 manual/10210] New: execle prototype has the env array in the wrong place.


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.


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