diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-04-07 17:18:07 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-04-07 17:18:07 +0200 |
commit | 0db356ea482b3045f4d49b5c7953791bf18573a3 (patch) | |
tree | d083419e0fb7f974b4111a5fcd44174d1d221556 /community/gsoc/2013/hacklu.mdwn | |
parent | 9553439d7562aad9c3b58a83fc7c0059fc29422a (diff) | |
download | web-0db356ea482b3045f4d49b5c7953791bf18573a3.tar.gz web-0db356ea482b3045f4d49b5c7953791bf18573a3.tar.bz2 web-0db356ea482b3045f4d49b5c7953791bf18573a3.zip |
Fix git.savannah.gnu.org urls into https
Diffstat (limited to 'community/gsoc/2013/hacklu.mdwn')
-rw-r--r-- | community/gsoc/2013/hacklu.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gsoc/2013/hacklu.mdwn b/community/gsoc/2013/hacklu.mdwn index 4da3dde9..e5ef2920 100644 --- a/community/gsoc/2013/hacklu.mdwn +++ b/community/gsoc/2013/hacklu.mdwn @@ -1028,7 +1028,7 @@ In context of [[open_issues/libpthread/t/fix_have_kernel_resources]]: <hacklu> is libpthread a part of glibc or hurd? <pinotree> glibc <NlightNFotis> hacklu: it is a different repository available here - http://git.savannah.gnu.org/cgit/hurd/libpthread.git/ + https://git.savannah.gnu.org/cgit/hurd/libpthread.git/ <hacklu> tschwinge: thanks for that, but I don't think I need help about the comiler error now, it just say missing some C file. I will look into the Makefile to verify. @@ -1044,7 +1044,7 @@ In context of [[open_issues/libpthread/t/fix_have_kernel_resources]]: <hacklu> tschwinge:BTW, I have found that, to continue the inferior from a breakpoint, doesn't need to call msg_sig_post_untraced. just call thread_abort and thread_resume is already ok. - <hacklu> I get the glibc from http://git.savannah.gnu.org/cgit/hurd. + <hacklu> I get the glibc from https://git.savannah.gnu.org/cgit/hurd. <tschwinge> hacklu: That sounds about right, because you want the inferior to continue normally, instead of explicitly sending a (Unix) signal to it. |