PATCH: fix recursive macro defn in sys/ptrace.h

Greg McGary greg@mcgary.org
Thu Jul 6 05:38:00 GMT 2000


All the other #defines have PT_ prefix on the LHS...

Index: sysdeps/unix/sysv/linux/sys/ptrace.h
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/sys/ptrace.h,v
retrieving revision 1.11
diff -u -p -r1.11 ptrace.h
--- ptrace.h	2000/06/24 06:56:29	1.11
+++ ptrace.h	2000/07/06 12:33:35
@@ -110,7 +110,7 @@ enum __ptrace_request
 
   /* Continue and stop at the next (return from) syscall.  */
   PTRACE_SYSCALL = 24
-#define PTRACE_SYSCALL PTRACE_SYSCALL
+#define PT_SYSCALL PTRACE_SYSCALL
 };
 
 /* Perform process tracing functions.  REQUEST is one of the values


More information about the Libc-hacker mailing list