summaryrefslogtreecommitdiff
path: root/open_issues/glibc_ptrace.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'open_issues/glibc_ptrace.mdwn')
-rw-r--r--open_issues/glibc_ptrace.mdwn4
1 files changed, 0 insertions, 4 deletions
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.