Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1396484
| From | Eric Neblock <ceneblock@member.fsf.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] libc-compat.h for <asm-generic/fcntl.h> |
| Date | 2016-05-08 22:10 +0200 |
| Message-ID | <rwDbA-5aj-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hello everyone, I've done some kernel hacking and needed in some extra flags for open(2). Although the kernel works, I could not access my changes in userland. Adding in <asm-generic/fcntl.h> caused many redefinition errors, and ignoring <fcntl.h> causes issues as flibc's <fcntl.h> contains the prototype for open(2). As such, I've filed a feature request to glibc (20050) and have since made a patch to help facilitate any changes other people may have. I've also sent the glibc patch to libc-alpha. Attached is the patch that should make the changes, while not breaking compatibility for those who do not need it. If there is any other information that I need to provide, then please let me know. Finally, I'd like to be CC'd on this and future e-mails related to this patch. Regards, Eric Neblock
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] libc-compat.h for <asm-generic/fcntl.h> Eric Neblock <ceneblock@member.fsf.org> - 2016-05-08 22:10 +0200
csiph-web