Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163364788
D46209.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
899 B
Referenced Files
None
Subscribers
None
D46209.diff
View Options
diff --git a/sys/sys/msg.h b/sys/sys/msg.h
--- a/sys/sys/msg.h
+++ b/sys/sys/msg.h
@@ -162,9 +162,6 @@
int msgget(key_t, int);
ssize_t msgrcv(int, void *, size_t, long, int);
int msgsnd(int, const void *, size_t, int);
-#if __BSD_VISIBLE
-int msgsys(int, ...);
-#endif
__END_DECLS
#endif /* !_KERNEL */
diff --git a/sys/sys/sem.h b/sys/sys/sem.h
--- a/sys/sys/sem.h
+++ b/sys/sys/sem.h
@@ -148,9 +148,6 @@
#else /* !_KERNEL */
__BEGIN_DECLS
-#if __BSD_VISIBLE
-int semsys(int, ...);
-#endif
int semctl(int, int, int, ...);
int semget(key_t, int, int);
int semop(int, struct sembuf *, size_t);
diff --git a/sys/sys/shm.h b/sys/sys/shm.h
--- a/sys/sys/shm.h
+++ b/sys/sys/shm.h
@@ -171,9 +171,6 @@
#endif
__BEGIN_DECLS
-#if __BSD_VISIBLE
-int shmsys(int, ...);
-#endif
void *shmat(int, const void *, int);
int shmget(key_t, size_t, int);
int shmctl(int, int, struct shmid_ds *);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 23, 1:17 PM (12 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35403214
Default Alt Text
D46209.diff (899 B)
Attached To
Mode
D46209: sysv ipc: remove {msg,sem,shm}sys() declerations
Attached
Detach File
Event Timeline
Log In to Comment