Clean up the semget example. Clean up the return values of semop function.
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#define SETVAL 16 ///< Set semval.
|
||||
#define SETALL 17 ///< Set all semval's.
|
||||
#define GETNSEMS 19 ///< Get sem_nsems
|
||||
#define OPERATION_NOT_ALLOWED -18 ///< Return value for blocking operations on semaphores.
|
||||
|
||||
/// }@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user