diff options
Diffstat (limited to 'usr/src/lib/libc/port/sys/fsmisc.c')
| -rw-r--r-- | usr/src/lib/libc/port/sys/fsmisc.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/lib/libc/port/sys/fsmisc.c b/usr/src/lib/libc/port/sys/fsmisc.c index 491cc73732..1070cb8f12 100644 --- a/usr/src/lib/libc/port/sys/fsmisc.c +++ b/usr/src/lib/libc/port/sys/fsmisc.c @@ -18,19 +18,19 @@ * * CDDL HEADER END */ + /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" -#pragma weak fchownat = _fchownat -#pragma weak renameat = _renameat -#pragma weak futimesat = _futimesat -#pragma weak unlinkat = _unlinkat +#pragma weak _fchownat = fchownat +#pragma weak _futimesat = futimesat +#pragma weak _unlinkat = unlinkat -#include "synonyms.h" +#include "lint.h" #include <sys/types.h> #include <sys/syscall.h> #include <sys/stat.h> |
