glibc/sysdeps/mach
Samuel Thibault e3ae80adbc hurd: Make error_t an int in C++
Making error_t defined to enum __error_t_codes conveniently makes the
debugger print symbolic values, but in C++ int is not interoperable with
enum __error_t_codes, leading to C++ application build issues, so let's
revert error_t to int in C++.
2023-08-08 16:07:57 +02:00
..
htl htl: Let Mach place thread stacks 2023-07-03 01:25:33 +02:00
hurd hurd: Make error_t an int in C++ 2023-08-08 16:07:57 +02:00
i386 Define PC, SP and SYSRETURN for hurd x86_64 2023-02-20 01:33:15 +01:00
include Define __mig_strlen to support dynamically sized strings in hurd RPCs 2023-05-01 02:24:04 +02:00
sys
x86 mach: Define MACHINE_THREAD_STATE_SETUP_CALL 2023-05-17 22:52:39 +02:00
x86_64 hurd: Set up the basic tree for x86_64-gnu 2023-02-12 16:12:06 +01:00
_strerror.c
adjtime.c
clock_gettime.c hurd: Fix __TIMESIZE on x86_64 2023-05-19 20:25:37 +02:00
clock_nanosleep.c
configure configure: Use autoconf 2.71 2023-07-17 10:08:10 -04:00
configure.ac mach: Fix installing mach_i386.h 2023-05-23 01:47:05 +02:00
getloadavg.c
getpagesize.c
getsysstats.c
libc-lock.h mach, hurd: Drop __libc_lock_self0 2023-04-03 01:02:44 +02:00
libmachuser.abilist
mach_rpc.h Update hurd/hurdselect.c to be more portable. 2023-05-06 23:10:55 +02:00
Makefile
mprotect.c
msync.c
munmap.c
pagecopy.h
readonly-area.c
sched_yield.c
sleep.c
strerror_l.c mach: strerror must not return NULL (bug 30555) 2023-07-02 11:27:51 +00:00
Subdirs
sysdep.h hurd: Remove __hurd_local_reply_port 2023-04-14 10:31:22 +00:00
thread_state.h mach: Define MACHINE_THREAD_STATE_SETUP_CALL 2023-05-17 22:52:39 +02:00
usleep.c
xpg-strerror.c