]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/wrappers/cancelable/fcntl-base.c
xnu-4903.221.2.tar.gz
[apple/xnu.git] / libsyscall / wrappers / cancelable / fcntl-base.c
index ba535082493160fc34cfb0b82abfca8110ec1f04..fc98ea7aedc39b370e7b5debe6d29ca006cee332 100644 (file)
@@ -28,8 +28,6 @@ int __FCNTL(int, int, void *);
  * Stub function to account for the differences in the size of the third
  * argument when int and void * are different sizes. Also add pthread
  * cancelability.
- *
- * This is for LP64 only.
  */
 int
 fcntl(int fd, int cmd, ...)