]> git.saurik.com Git - apple/libc.git/blobdiff - i386/sys/pipe.s
Libc-391.1.21.tar.gz
[apple/libc.git] / i386 / sys / pipe.s
index 268ec1647b1ca148cebe6d8f520d2e1b600a202b..e68124038b3a4b06385bded8c1b411fdde3fb4ff 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @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
@@ -27,7 +25,7 @@
  */
 #include "SYS.h"
 
-UNIX_SYSCALL(pipe, 0)
+UNIX_SYSCALL_INT(pipe, 0)
        movl    4(%esp),%ecx
        movl    %eax,(%ecx)
        movl    %edx,4(%ecx)