projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
376e83c
)
eio: Use _eio_lstat instead of lstat to improve protability.
author
Cedric Bail
<cedric.bail@free.fr>
Mon, 11 Mar 2013 19:32:00 +0000
(20:32 +0100)
committer
Cedric BAIL
<cedric.bail@samsung.com>
Tue, 12 Mar 2013 06:58:43 +0000
(15:58 +0900)
src/lib/eio/eio_single.c
patch
|
blob
|
history
diff --git
a/src/lib/eio/eio_single.c
b/src/lib/eio/eio_single.c
index
6ffe6bc
..
50bc829
100644
(file)
--- a/
src/lib/eio/eio_single.c
+++ b/
src/lib/eio/eio_single.c
@@
-157,7
+157,7
@@
_eio_file_lstat(void *data, Ecore_Thread *thread)
Eio_File_Stat *s = data;
struct stat buf;
- if (lstat(s->path, &buf) != 0)
+ if (
_eio_
lstat(s->path, &buf) != 0)
eio_file_thread_error(&s->common, thread);
_eio_file_struct_2_eina(&s->buffer, &buf);