* external.cc (cygwin_internal): Implement CW_CYGNAME_FROM_WINNAME.
Add lengthy comment to explain what we do and why. * include/sys/cygwin.h (cygwin_getinfo_types): Add CW_CYGNAME_FROM_WINNAME.
This commit is contained in:
@ -149,7 +149,8 @@ typedef enum
|
||||
CW_ENDENT,
|
||||
CW_GETNSSSEP,
|
||||
CW_GETPWSID,
|
||||
CW_GETGRSID
|
||||
CW_GETGRSID,
|
||||
CW_CYGNAME_FROM_WINNAME
|
||||
} cygwin_getinfo_types;
|
||||
|
||||
#define CW_LOCK_PINFO CW_LOCK_PINFO
|
||||
@ -206,6 +207,7 @@ typedef enum
|
||||
#define CW_GETNSSSEP CW_GETNSSSEP
|
||||
#define CW_GETPWSID CW_GETPWSID
|
||||
#define CW_GETGRSID CW_GETGRSID
|
||||
#define CW_CYGNAME_FROM_WINNAME CW_CYGNAME_FROM_WINNAME
|
||||
|
||||
/* Token type for CW_SET_EXTERNAL_TOKEN */
|
||||
enum
|
||||
|
Reference in New Issue
Block a user