public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/25896] New: Incorrect prctl
@ 2020-04-29 15:36 hjl.tools at gmail dot com
  2020-04-29 20:53 ` [Bug libc/25896] " hjl.tools at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2020-04-29 15:36 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=25896

            Bug ID: 25896
           Summary: Incorrect prctl
           Product: glibc
           Version: 2.32
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

sys/prctl.h has

/* Control process execution.  */
extern int prctl (int __option, ...) __THROW;

But sysdeps/unix/sysv/linux/syscalls.list has

sysdeps/unix/sysv/linux/syscalls.list:prctl     EXTRA prctl    i:iiiii  __prctl
     prctl

We cannot implement a function declared as varargs with a non-varargs
definition.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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

end of thread, other threads:[~2022-11-10 10:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 15:36 [Bug libc/25896] New: Incorrect prctl hjl.tools at gmail dot com
2020-04-29 20:53 ` [Bug libc/25896] " hjl.tools at gmail dot com
2020-05-07 12:32 ` hjl.tools at gmail dot com
2022-11-10  8:33 ` fweimer at redhat dot com
2022-11-10  8:36 ` fweimer at redhat dot com
2022-11-10 10:23 ` sam at gentoo 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).