mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-26 02:30:35 +02:00
* fchdir-stub.c: Remove file. No longer needed.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-01-14 Jim Meyering <jim@meyering.net>
|
||||||
|
|
||||||
|
* fchdir-stub.c: Remove file. No longer needed.
|
||||||
|
|
||||||
2006-12-03 Jim Meyering <jim@meyering.net>
|
2006-12-03 Jim Meyering <jim@meyering.net>
|
||||||
|
|
||||||
* Makefile.am (libcoreutils_a_SOURCES): Remove xmemcoll.c and
|
* Makefile.am (libcoreutils_a_SOURCES): Remove xmemcoll.c and
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
#include <config.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <errno.h>
|
|
||||||
|
|
||||||
/* A trivial substitute for `fchdir'.
|
|
||||||
|
|
||||||
DJGPP 2.03 and earlier don't have `fchdir'. */
|
|
||||||
|
|
||||||
int
|
|
||||||
fchdir (int fd)
|
|
||||||
{
|
|
||||||
errno = ENOSYS;
|
|
||||||
return -1;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user