Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160940418
D12977.id34863.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
578 B
Referenced Files
None
Subscribers
None
D12977.id34863.diff
View Options
Index: sys/sys/aio.h
===================================================================
--- sys/sys/aio.h
+++ sys/sys/aio.h
@@ -252,7 +252,7 @@
*/
int aio_mlock(struct aiocb *);
-#ifdef __BSD_VISIBLE
+#if __BSD_VISIBLE
ssize_t aio_waitcomplete(struct aiocb **, struct timespec *);
#endif
Index: sys/sys/shm.h
===================================================================
--- sys/sys/shm.h
+++ sys/sys/shm.h
@@ -159,7 +159,7 @@
#endif
__BEGIN_DECLS
-#ifdef __BSD_VISIBLE
+#if __BSD_VISIBLE
int shmsys(int, ...);
#endif
void *shmat(int, const void *, int);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 30, 7:02 AM (12 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34487800
Default Alt Text
D12977.id34863.diff (578 B)
Attached To
Mode
D12977: Use #if instead of #ifdef for __BSD_VISIBLE tests.
Attached
Detach File
Event Timeline
Log In to Comment