diff options
Diffstat (limited to 'src/stropts/struct_str_mlist.c')
| -rw-r--r-- | src/stropts/struct_str_mlist.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/stropts/struct_str_mlist.c b/src/stropts/struct_str_mlist.c new file mode 100644 index 00000000..f54a9603 --- /dev/null +++ b/src/stropts/struct_str_mlist.c @@ -0,0 +1,9 @@ +#include <stropts.h> + +struct str_mlist { + char l_name[FMNAMESZ+1]; +}; + +/* +XOPEN(400) +*/ |
