From 07d52149a7a0269207247e574496320e6d5218e7 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Fri, 26 Oct 2012 01:52:37 +0200 Subject: ptrace: the `return EOPNOTSUPP` cases have been fixed --- open_issues/glibc_ptrace.mdwn | 4 ---- 1 file changed, 4 deletions(-) (limited to 'open_issues') diff --git a/open_issues/glibc_ptrace.mdwn b/open_issues/glibc_ptrace.mdwn index b4c529d7..d24ed414 100644 --- a/open_issues/glibc_ptrace.mdwn +++ b/open_issues/glibc_ptrace.mdwn @@ -39,9 +39,5 @@ License|/fdl]]."]]"""]] * Some parts are wrongly implemented, e.g., `PTRACE_GETREGS` and `PTRACE_SETREGS` both do the same thing. - * `return` values are wrong, e.g., `return EOPNOTSUPP` should instead - set `errno = EOPNOTSUPP` and `return -1` in a few places (but not - with the three `PTRACE_PEEK*` requests. - Also consider the `sysdeps/generic/sys/ptrace.h` and `sysdeps/unix/sysv/linux/sys/ptrace.h` files. -- cgit v1.2.3