Mismatch on flock/flock64 between glibc/linux-headers
Bug #268311 reported by
Michael Casadevall
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glibc (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Bug Description
When trying to build kdelibs, which uses both the kernel headers for inotify (which pulls in the kernel fnctl.h), and glibc's fnctl.h, it FTBFS from source on amd64 (and I think i386). This test program shows the issue
#include <fcntl.h>
#include <asm/fcntl.h>
int main() {
return 0;
}
In file included from /usr/include/
/usr/include/
To post a comment you must log in.