Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ Ian Phillipps <[email protected]>
Ichinose Shogo <[email protected]>
Ignasi Roca Carrió <[email protected]>
Igor Sutton <[email protected]>
Igor Todorovski <[email protected]>
Igor Zaytsev <[email protected]>
Ilmari Karonen <[email protected]>
Ilya Martynov <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion doio.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#endif
#ifdef HAS_SHM
#include <sys/shm.h>
# ifndef HAS_SHMAT_PROTOTYPE
# if ! defined(HAS_SHMAT_PROTOTYPE) && ! defined(__MVS__)
extern Shmat_t shmat (int, char *, int);
# endif
#endif
Expand Down
Loading