mirror of
https://github.com/torvalds/linux.git
synced 2025-11-10 05:30:50 +02:00
Android bionic warns that open modes are ignored if O_CREAT or O_TMPFILE
aren't specified. The permissions for the file are set above:
fd1 = open(kpath, O_RDWR | O_CREAT | O_TRUNC, 0644);
Link: https://lkml.kernel.org/r/20240429234610.191144-1-edliaw@google.com
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| kcmp_test.c | ||
| Makefile | ||