hi all,here is the codestatic inline int open_to_namei_flags(int flag){if ((flag +1) & O_ACCMODE )
flag++;
}
i dint get the logic behind this . i mean , what is the need to increase the flag while opening a file?
hi all,here is the codestatic inline int open_to_namei_flags(int flag){if ((flag +1) & O_ACCMODE )
i dint get the logic behind this . i mean , what is the need to increase the flag while opening a file?