Provide a 'mach_print' symbol in libc. --- a/sysdeps/mach/hurd/i386/libc.abilist 2020-04-01 19:22:44.710088821 +0200 +++ b/sysdeps/mach/hurd/i386/libc.abilist 2020-04-01 19:22:52.062051161 +0200 @@ -338,6 +338,7 @@ GLIBC_2.2.6 __mach_port_allocate F GLIBC_2.2.6 __mach_port_deallocate F GLIBC_2.2.6 __mach_port_insert_right F +GLIBC_2.21 __mach_print F GLIBC_2.2.6 __mach_reply_port F GLIBC_2.2.6 __mach_task_self_ D 0x4 GLIBC_2.2.6 __mach_thread_self F --- a/mach/Versions +++ b/mach/Versions @@ -56,6 +56,7 @@ } GLIBC_2.21 { __mach_host_self_; + mach_print; } HURD_CTHREADS_0.3 { type='hidden' name='id' value='1c088531cf0be8fe6706c4624a920fca2ab2fee0'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rdesktop.scm
AgeCommit message (Expand)Author
2024-07-11gnu: xrdp: update to 0.10.0....* gnu/packages/rdesktop.scm (xrdp): Update to 0.10.0. [native-inputs]: Add cmocka. Change-Id: Ifdf6e8759753d49a8f169aac128a943be71f2958 Signed-off-by: jgart <jgart@dismail.de> Andy Tai
2024-04-26gnu: freerdp: Update to 2.11.7....* gnu/packages/rdesktop.scm (freerdp): Update to 2.11.7. Change-Id: I41385d4db719e950438c07d2149c845ee28cabce Signed-off-by: Christopher Baines <mail@cbaines.net> Andy Tai