Bug
Hardy Falk <[email protected]> Thu, 22 Nov 2012 15:46:59 +0100
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
Hi, dietlibc 0.32 defines fcntl to fcntl64 if FILE_OFFSET_BITS==64. Unfortunately, struct flock is not changed. Calling fcntl(fd,F_SETLK, &lock) does not work as expected, I'm checking FILE_OFFSET_BITS and using struct fcntl64 in my code, but the #ifdef doesn't belong there. Thanks to all contributors.