diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-04 15:27:05 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-04 15:27:05 +0200 |
commit | 33404070cd4d150874881d7bb3dbbe56d8153f90 (patch) | |
tree | 88233c901d0224018c99d65e2f649d315c999900 /system.h | |
parent | bb803d630c585f5be8ed446da76dadcf717af1d7 (diff) | |
download | rpm-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 */ |