1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-15 00:12:00 +02:00

fix typo: s/S_TYPEISTMO/S_TYPEISMQ/

This commit is contained in:
Jim Meyering
2002-05-25 22:42:05 +00:00
parent ad9071c4ba
commit e9f9963e6b

View File

@@ -94,8 +94,8 @@
# define S_TYPEISSHM(Stat_buf_p) 0
#endif
#ifndef S_TYPEISTMO
# define S_TYPEISTMO(Stat_buf_p) 0
#ifndef S_TYPEISMQ
# define S_TYPEISMQ(Stat_buf_p) 0
#endif