File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 77 *
88 *
99 * IDENTIFICATION
10- * $Header: /cvsroot/pgsql/src/backend/port/qnx4/Attic/ipc.h,v 1.2 2000/04/12 17:15:30 momjian Exp $
10+ * $Header: /cvsroot/pgsql/src/backend/port/qnx4/Attic/ipc.h,v 1.3 2001/03/18 18:32:02 tgl Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
2626
2727/* Control Commands. */
2828#define IPC_RMID 0 /* remove identifier */
29+ #define IPC_STAT 1 /* get shm status */
2930
3031#endif /* _SYS_IPC_H */
Original file line number Diff line number Diff line change 77 *
88 *
99 * IDENTIFICATION
10- * $Header: /cvsroot/pgsql/src/backend/port/qnx4/Attic/shm.h,v 1.2 2000/04/12 17:15:30 momjian Exp $
10+ * $Header: /cvsroot/pgsql/src/backend/port/qnx4/Attic/shm.h,v 1.3 2001/03/18 18:32:02 tgl Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -28,6 +28,7 @@ extern "C"
2828 struct shmid_ds
2929 {
3030 int dummy ;
31+ int shm_nattch ;
3132 };
3233
3334 extern void * shmat (int shmid , const void * shmaddr , int shmflg );
You can’t perform that action at this time.
0 commit comments