mirror of git://sourceware.org/git/glibc.git
* rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
This commit is contained in:
parent
edb6388469
commit
37d8d3629e
|
@ -1,5 +1,7 @@
|
||||||
2001-08-23 Roland McGrath <roland@frob.com>
|
2001-08-23 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
|
* rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
|
||||||
|
|
||||||
* sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
|
* sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
|
||||||
sysdeps/mach version. Implement counting ("recursive") mutexes
|
sysdeps/mach version. Implement counting ("recursive") mutexes
|
||||||
on top of cthreads mutexes.
|
on top of cthreads mutexes.
|
||||||
|
|
|
@ -55,6 +55,10 @@ wait_flag (void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef SIGRTMIN
|
||||||
|
# define SIGRTMIN -1
|
||||||
|
# define SIGRTMAX -1
|
||||||
|
#endif
|
||||||
|
|
||||||
static int
|
static int
|
||||||
do_test (int argc, char *argv[])
|
do_test (int argc, char *argv[])
|
||||||
|
|
Loading…
Reference in New Issue