]> git.saurik.com Git - apple/libc.git/blobdiff - libdarwin/h/bsd.h
Libc-1439.100.3.tar.gz
[apple/libc.git] / libdarwin / h / bsd.h
index 6fc247ed617fb7903677c9081cb6d9c06383b60a..5df4697d6b10d68884c2470577d12868a9a817be 100644 (file)
 #include <stdint.h>
 #include <stdbool.h>
 
+#if DARWIN_TAPI
+#include "tapi.h"
+#endif
+
 __BEGIN_DECLS;
 
 /*!
@@ -96,11 +100,11 @@ sysctlbyname_get_data_np(const char *mibdesc, void **buff, size_t *buff_len);
  * similar to the PE_parse_boot_argn() kernel routine.
  *
  * @param which
- * The name of the boot-arg whose value is to be obtained. The caller may pass
- * NULL to simply check for the existence of a boot-arg.
+ * The name of the boot-arg whose value is to be obtained.
  *
  * @param where
- * On successful return, the integer value of the given boot-arg.
+ * On successful return, the integer value of the given boot-arg. The caller
+ * may pass NULL to simply check for the existence of a boot-arg.
  *
  * @result
  * A Boolean indicating whether the named argument was found. If the discovered