Browse Source

- Add comments regarding copies of these files also in libexec/ld.so

okay guenther@
OPENBSD_5_4
kurt 11 years ago
parent
commit
179c63bba1
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/lib/libc/stdlib/realpath.c

+ 3
- 1
src/lib/libc/stdlib/realpath.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: realpath.c,v 1.15 2012/09/13 15:39:05 deraadt Exp $ */
/* $OpenBSD: realpath.c,v 1.16 2013/04/05 12:59:54 kurt Exp $ */
/*
* Copyright (c) 2003 Constantin S. Svintsoff <kostik@iclub.nsu.ru>
*
@ -35,6 +35,8 @@
#include <string.h>
#include <unistd.h>
/* A slightly modified copy of this file exists in libexec/ld.so */
/*
* char *realpath(const char *path, char resolved[PATH_MAX]);
*


Loading…
Cancel
Save