diff options
author | Pino Toscano <toscano.pino@tiscali.it> | 2012-10-26 01:52:37 +0200 |
---|---|---|
committer | Pino Toscano <toscano.pino@tiscali.it> | 2012-10-26 01:52:37 +0200 |
commit | 07d52149a7a0269207247e574496320e6d5218e7 (patch) | |
tree | 14dddf55640ba9bf8e94c7bd5eb4068967c044ac | |
parent | f72066eda4968d62020c289936792cee495fdd56 (diff) |
ptrace: the `return EOPNOTSUPP` cases have been fixed
-rw-r--r-- | open_issues/glibc_ptrace.mdwn | 4 |
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. |