From da28fa2a447b193788c0ad7a9b3d97e37fc3bf8b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 17 Mar 2000 09:03:47 +0000 Subject: * sysdeps/mach/sched_yield.c: New file. 2000-03-13 Roland McGrath * sysdeps/generic/lockfile.c: Include (_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in case defined them. (__flockfile, __funlockfile, __ftrylockfile): Functions renamed from __internal_*. (flockfile, _IO_flockfile, funlockfile, _IO_funlockfile, ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly. * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Use ... for more pleasing parse error. * elf/Makefile: Add rules to compile and run constload1 test. --- bits/stdio-lock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bits') diff --git a/bits/stdio-lock.h b/bits/stdio-lock.h index 39d5b0b..bcf636d 100644 --- a/bits/stdio-lock.h +++ b/bits/stdio-lock.h @@ -25,7 +25,7 @@ __libc_lock_define (typedef, _IO_lock_t) /* We need recursive (counting) mutexes. */ -#define _IO_lock_initializer STUB_LOSER +#define _IO_lock_initializer ... #error libio needs recursive mutexes for _IO_MTSAFE_IO -- cgit v1.1