diff options
| author | root <root> | 2011-09-27 00:41:52 +0000 | 
|---|---|---|
| committer | root <root> | 2011-09-27 00:41:52 +0000 | 
| commit | a8bec0f61c72db8719d737a36bb508fd82cac33c (patch) | |
| tree | 080f5100e38c380b5cba86b14394731bd6e7a0fc /eio.h | |
| parent | cc27acee86d3e99af25c51c5fb55f604dcd7aec4 (diff) | |
*** empty log message ***
Diffstat (limited to 'eio.h')
| -rw-r--r-- | eio.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -92,7 +92,7 @@ typedef int (*eio_cb)(eio_req *req);  /* managing working directories */ -typedef void *eio_wd; +typedef struct eio_pwd *eio_wd;  #define EIO_CWD 0 /* the current working directory of the process, guaranteed to be a null pointer */  #define EIO_INVALID_WD ((eio_wd)(int)-1) /* failure return for eio_wd_open */ | 
