mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Add first fixes for conformtest for POSIX2008
This commit is contained in:
@ -48,8 +48,10 @@ struct iovec
|
||||
|
||||
#endif
|
||||
|
||||
#if defined _SYS_UIO_H && !defined _BITS_UIO_H_FOR_SYS_UIO_H
|
||||
#define _BITS_UIO_H_FOR_SYS_UIO_H 1
|
||||
|
||||
#ifdef __USE_GNU
|
||||
# if defined _SYS_UIO_H && !defined _BITS_UIO_H_FOR_SYS_UIO_H
|
||||
# define _BITS_UIO_H_FOR_SYS_UIO_H 1
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
@ -71,4 +73,5 @@ extern ssize_t process_vm_writev (pid_t __pid, const struct iovec *__lvec,
|
||||
|
||||
__END_DECLS
|
||||
|
||||
# endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user