No, you need to think in abstractions rather than POSIX-isms, and then
let each platform implement those abstractions as appropriate.
No, you need to think abstractions like `absolute_file_name' and
`dir_separator'.
Stop thinking POSIX. Think abstractions that are common to POSIX and
non-POSIX systems. If you think POSIX, don't be surprised that it
won't port.
Yes, you can, nowadays. But that doesn't mean it was TRT to use such
dirty tricks to implement temporary files or security. One needs to
think in abstractions again, and leave the implementation to each
platform.
Only if the program was written with disregard to anything but POSIX.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html