Skip to content

Commit 226dbdb

Browse files
IgorTodorovskiIBMkhwilliamson
authored andcommitted
z/OS does not use Shmat_t
1 parent 0ceb9ac commit 226dbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#endif
3636
#ifdef HAS_SHM
3737
#include <sys/shm.h>
38-
# ifndef HAS_SHMAT_PROTOTYPE
38+
# if ! defined(HAS_SHMAT_PROTOTYPE) && ! defined(__MVS__)
3939
extern Shmat_t shmat (int, char *, int);
4040
# endif
4141
#endif

0 commit comments

Comments
 (0)