Conformance: Add REG_ENOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/regex.h.html)
This commit is contained in:
parent
be4a5e8916
commit
dabcf42ff1
@ -75,6 +75,7 @@ typedef struct {
|
||||
#define REG_DUMP 0200
|
||||
|
||||
/* regerror() flags */
|
||||
#define REG_ENOSYS -1 /* Reserved */
|
||||
#define REG_NOMATCH 1
|
||||
#define REG_BADPAT 2
|
||||
#define REG_ECOLLATE 3
|
||||
|
Loading…
Reference in New Issue
Block a user