View | Details | Raw Unified | Return to bug 196226
Collapse All | Expand All

(-)sys/aio.h (-1 / +1 lines)
Lines 130-136 Link Here
130
 */
130
 */
131
int	aio_mlock(struct aiocb *);
131
int	aio_mlock(struct aiocb *);
132
132
133
#ifdef __BSD_VISIBLE
133
#if __BSD_VISIBLE
134
int	aio_waitcomplete(struct aiocb **, struct timespec *);
134
int	aio_waitcomplete(struct aiocb **, struct timespec *);
135
#endif
135
#endif
136
136
(-)sys/shm.h (-1 / +1 lines)
Lines 154-160 Link Here
154
#endif
154
#endif
155
155
156
__BEGIN_DECLS
156
__BEGIN_DECLS
157
#ifdef __BSD_VISIBLE
157
#if __BSD_VISIBLE
158
int shmsys(int, ...);
158
int shmsys(int, ...);
159
#endif
159
#endif
160
void *shmat(int, const void *, int);
160
void *shmat(int, const void *, int);

Return to bug 196226