/*
Copyright (c) 1993 Xerox Corporation.  All rights reserved.
*/
/*
$Id$

$Date$
 */


#ifndef	←←PCR←fcntl←h
#define ←←PCR←fcntl←h 1

#include <host/fcntl.h>


extern int
PCR←open(char *path, int flags, mode←t mode);

extern int
PCR←creat(char *path, mode←t mode);

extern int
PCR←fcntl(int fd, int cmd, ...);


#ifndef PCR←NO←RENAME

#   undef open
#   undef creat
#   undef fcntl

#   define open PCR←open
#   define creat PCR←creat
#   define fcntl PCR←fcntl

#endif /* !PCR←NO←RENAME */

#endif /* !←←PCR←fcntl←h */

/*
$Log$
*/