summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-04 15:27:05 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-04 15:27:05 +0200
commit33404070cd4d150874881d7bb3dbbe56d8153f90 (patch)
tree88233c901d0224018c99d65e2f649d315c999900 /system.h
parentbb803d630c585f5be8ed446da76dadcf717af1d7 (diff)
downloadrpm-33404070cd4d150874881d7bb3dbbe56d8153f90.tar.gz
Remove further replacement functions for POSIX 2001 required bits
- getwd(), getcwd(), basename() and realpath() are all POSIX 2001 defined, we dont care about older stuff
Diffstat (limited to 'system.h')
-rw-r--r--system.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/system.h b/system.h
index 142d8a454..0269d2741 100644
--- a/system.h
+++ b/system.h
@@ -76,9 +76,6 @@ extern int errno;
#undef getopt
#else /* not STDC_HEADERS */
char *getenv (const char *name);
-#if ! HAVE_REALPATH
-char *realpath(const char *path, char resolved_path []);
-#endif
#endif /* STDC_HEADERS */
/* XXX solaris2.5.1 has not */