This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: [Update] bits/fcntl.h


Carlos O'Donell said the following on 04/27/2006 08:46 AM:
libc-ports,

Ports maintainers may wish to update their fctnl.h to match
the recent CVS changes for vmsplice.

e.g.
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h.diff?cvsroot=glibc&r1=1.9&r2=1.10
this hunk

+#ifdef __USE_GNU
+# include <bits/uio.h>
+#endif
+

caused issues for me. I changed it to

# include <sys/uio.h> and glibc-headers compiled ok.

Cheers,
Carlos.


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