mirror of git://sourceware.org/git/glibc.git
Update.
* sysdeps/generic/sys/ptrace.h: Remove K&R compatibility.
This commit is contained in:
parent
f27094e0c9
commit
e099035591
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
* sysdeps/generic/usleep.c: Fix typo.
|
* sysdeps/generic/usleep.c: Fix typo.
|
||||||
|
|
||||||
|
* sysdeps/generic/sys/ptrace.h: Remove K&R compatibility.
|
||||||
|
|
||||||
* sysdeps/unix/Makefile (param.h.dep): Filter out sys/param.h
|
* sysdeps/unix/Makefile (param.h.dep): Filter out sys/param.h
|
||||||
itself.
|
itself.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,7 @@ enum __ptrace_request
|
||||||
appear (those that are used for the particular request) as:
|
appear (those that are used for the particular request) as:
|
||||||
pid_t PID, void *ADDR, int DATA, void *ADDR2
|
pid_t PID, void *ADDR, int DATA, void *ADDR2
|
||||||
after REQUEST. */
|
after REQUEST. */
|
||||||
extern int ptrace __P ((enum __ptrace_request __request __DOTS));
|
extern int ptrace (enum __ptrace_request __request, ...);
|
||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue