]> git.saurik.com Git - apple/libc.git/blobdiff - i386/sys/sendto.s
Libc-391.5.18.tar.gz
[apple/libc.git] / i386 / sys / sendto.s
index e2605c0e4b9852b0a15351821cc595e8956eb6f5..14ba2bbff6f0ab407de2a97d1019b19a68cd8322 100644 (file)
@@ -1,10 +1,8 @@
 /*
- * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 1999, 2006 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
 /*
  * Copyright (c) 1995 NeXT Computer, Inc. All Rights Reserved
  */
-#include "SYS.h"
+#include <SYS.h>
 
+#ifdef __LP64__
 UNIX_SYSCALL(sendto, 6)
        ret
+#else /* !__LP64__ */
+PSEUDO(sendto$UNIX2003, sendto, 6)
+       ret
+
+UNIX_SYSCALL_ERR(sendto, 6, cerror_cvt)
+       ret
+#endif /* !__LP64__ */