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: Sharing of bits/fcntl.h for Linux - some questions


That's backwards from what I was expecting to see.  What I thought we were
talking about before was that the common stuff would go in bits/fcntl-linux.h
and then e.g. linux/x86/bits/fcntl.h would do:

	#define O_FOO 1234
	#include <bits/fcntl-linux.h>

It may not matter that much, but this seems more natural to me.


Thanks,
Roland


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