Skip to content

Use eina_file_unlink() instead of unlink()#414

Draft
joaoantoniocardoso wants to merge 3 commits intodevs/expertise/native-windowsfrom
devs/joaoantoniocardoso/fix-unlink
Draft

Use eina_file_unlink() instead of unlink()#414
joaoantoniocardoso wants to merge 3 commits intodevs/expertise/native-windowsfrom
devs/joaoantoniocardoso/fix-unlink

Conversation

@joaoantoniocardoso
Copy link
Contributor

The unlink() function is being used all over the place where eina_file_unlink() would possibly fit better.

Note that here I first used a macro to perform the work, so I am still analyzing if it makes sense. For example in src/bin/edje there are several uses of unlink() that cannot be directly changed to eina_file_unlink() or it won't compile, so I didn't add to this batch.

@joaoantoniocardoso joaoantoniocardoso self-assigned this Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments