mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
2000-04-18 Ulrich Drepper <drepper@redhat.com> * posix/Makefile (tests): Add tst-getaddrinfo. * posix/tst-getaddrinfo.c: New file. and setresuid from sysdep_routines.
This commit is contained in:
@@ -359,11 +359,14 @@ static inline pthread_descr thread_self (void)
|
||||
|
||||
/* If MEMORY_BARRIER isn't defined in pt-machine.h, assume the architecture
|
||||
doesn't need a memory barrier instruction (e.g. Intel x86). Some
|
||||
architectures distinguish between normal/read and write barriers. */
|
||||
architectures distinguish between full, read and write barriers. */
|
||||
|
||||
#ifndef MEMORY_BARRIER
|
||||
#define MEMORY_BARRIER()
|
||||
#endif
|
||||
#ifndef READ_MEMORY_BARRIER
|
||||
#define READ_MEMORY_BARRIER() MEMORY_BARRIER()
|
||||
#endif
|
||||
#ifndef WRITE_MEMORY_BARRIER
|
||||
#define WRITE_MEMORY_BARRIER() MEMORY_BARRIER()
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user