This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/2] Consolidate pwritev/pwritev64 implementations



> diff --git a/misc/Makefile b/misc/Makefile
> index 658d4ba..aab1174 100644
> --- a/misc/Makefile
> +++ b/misc/Makefile
> @@ -90,6 +90,8 @@ CFLAGS-readv.c = -fexceptions -fasynchronous-unwind-tables
>  CFLAGS-writev.c = -fexceptions -fasynchronous-unwind-tables
>  CFLAGS-preadv.c = -fexceptions -fasynchronous-unwind-tables
>  CFLAGS-preadv64.c = -fexceptions -fasynchronous-unwind-tables
> +CFLAGS-pwritev.c = -fexceptions -fasynchronous-unwind-tables
> +CFLAGS-pwrite64.c = -fexceptions -fasynchronous-unwind-tables
~~~~~~~~~~~~~~~~^^

Typo missing v?

Franz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]