Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153259447
D12977.id35263.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
608 B
Referenced Files
None
Subscribers
None
D12977.id35263.diff
View Options
Index: head/sys/sys/aio.h
===================================================================
--- head/sys/sys/aio.h
+++ head/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: head/sys/sys/shm.h
===================================================================
--- head/sys/sys/shm.h
+++ head/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, Apr 21, 2:55 AM (6 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31882746
Default Alt Text
D12977.id35263.diff (608 B)
Attached To
Mode
D12977: Use #if instead of #ifdef for __BSD_VISIBLE tests.
Attached
Detach File
Event Timeline
Log In to Comment