mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 11:20:10 +00:00
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/sys/ptrace.h: Remove K&R compatibility.
|
||||
|
||||
* sysdeps/unix/Makefile (param.h.dep): Filter out sys/param.h
|
||||
itself.
|
||||
|
||||
|
@ -131,7 +131,7 @@ enum __ptrace_request
|
||||
appear (those that are used for the particular request) as:
|
||||
pid_t PID, void *ADDR, int DATA, void *ADDR2
|
||||
after REQUEST. */
|
||||
extern int ptrace __P ((enum __ptrace_request __request __DOTS));
|
||||
extern int ptrace (enum __ptrace_request __request, ...);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user