Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hotmail.com>2002-03-04 10:22:08 +0300
committerRobert Collins <rbtcollins@hotmail.com>2002-03-04 10:22:08 +0300
commit67be0adb710ef4e53bd494ad1d19c15db6eb500d (patch)
tree51323d841821c476c48fe5a93498d553e0ad0010 /winsup/cygwin/cygserver_shm.h
parent74c3173ade62d764f05b0da5c319ae6e14a7d048 (diff)
2002-03-04 Robert Collins <rbtcollins@hotmail.com>
* cygserver_shm.cc: Run indent. (deleted_head): New global for storing shm id's pending deletion. (client_request_shm::serve): Return ENOSYS for invalid request types. Implement SHM_DEL - delete a shm id. * cygserver_shm.h (SHM_DEL): New type value. * shm.cc (delete_inprocess_shmds): New function, does what it's name implies. (shmctl): Implement shm_rmid control type.
Diffstat (limited to 'winsup/cygwin/cygserver_shm.h')
-rw-r--r--winsup/cygwin/cygserver_shm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/cygserver_shm.h b/winsup/cygwin/cygserver_shm.h
index 32947f8ec..254ff2fb7 100644
--- a/winsup/cygwin/cygserver_shm.h
+++ b/winsup/cygwin/cygserver_shm.h
@@ -17,6 +17,7 @@ details. */
#define SHM_REATTACH 1
#define SHM_ATTACH 2
#define SHM_DETACH 3
+#define SHM_DEL 4
class client_request_shm : public client_request