Clean up the semget example. Clean up the return values of semop function.

This commit is contained in:
Enrico Fraccaroli (Galfurian)
2023-05-19 14:24:04 -04:00
parent 9f63a93d63
commit 3e03f1e6fd
5 changed files with 245 additions and 152 deletions
-1
View File
@@ -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.
/// }@