unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 7fdf6733d034207d66d5380ab38e321803bc8eb0 612 bytes (raw)
name: packages/patches/glibc-hurd-mach-print.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
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 {

debug log:

solving 7fdf6733d034207d66d5380ab38e321803bc8eb0 ...
found 7fdf6733d034207d66d5380ab38e321803bc8eb0 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).