mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
mach: Add mach_print sycsall declaration
* mach/mach/mach_traps.h (mach_print): Add syscall declaration.
This commit is contained in:
parent
8c010e2f71
commit
7cda82594a
@ -1,3 +1,7 @@
|
||||
2016-06-09 Samuel Thibault <samuel.thibault@ens-lyon.org
|
||||
|
||||
* mach/mach/mach_traps.h (mach_print): Add syscall declaration.
|
||||
|
||||
2016-06-08 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
[BZ #20229]
|
||||
|
@ -75,5 +75,10 @@ kern_return_t __thread_switch (mach_port_t new_thread,
|
||||
kern_return_t evc_wait (unsigned int event);
|
||||
kern_return_t __evc_wait (unsigned int event);
|
||||
|
||||
/* Display a null-terminated character string on the Mach console. This
|
||||
system call is meant as a debugging tool useful to circumvent messaging
|
||||
altogether. */
|
||||
|
||||
extern void mach_print(const char *s);
|
||||
|
||||
#endif /* mach/mach_traps.h */
|
||||
|
Loading…
Reference in New Issue
Block a user