diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-20 17:31:31 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-12-20 17:31:31 +0100 |
commit | 398baa4752848ed5948290ac24960eb0b23a3f95 (patch) | |
tree | 8cdc09262beaddbfbe5662a6e7ed5f8283051d8b /open_issues/glibc_ptrace.mdwn | |
parent | 7ad195c1b3893606bdde1bd4de915d341ea2eedd (diff) | |
parent | 527ae442b8f5c81ebf21fd62d2edfafcbcd39568 (diff) | |
download | web-398baa4752848ed5948290ac24960eb0b23a3f95.tar.gz web-398baa4752848ed5948290ac24960eb0b23a3f95.tar.bz2 web-398baa4752848ed5948290ac24960eb0b23a3f95.zip |
Merge remote-tracking branch 'savannah/master'
Conflicts:
open_issues/gcc.mdwn
Diffstat (limited to 'open_issues/glibc_ptrace.mdwn')
-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 6704ed80..7ca07077 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. |