diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-12-17 18:12:52 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-12-17 18:12:52 +0000 |
commit | 2fc6557eb89af08a6ca1129cd3cd9ddc62925e8b (patch) | |
tree | 4522428febcd382ff43467f6992b558752a8d7d6 /sysdeps/unix/bsd/seekdir.c | |
parent | 029c7b2599263f5a59c742f3c4970c5934fa5b96 (diff) | |
download | glibc-2fc6557eb89af08a6ca1129cd3cd9ddc62925e8b.tar glibc-2fc6557eb89af08a6ca1129cd3cd9ddc62925e8b.tar.gz glibc-2fc6557eb89af08a6ca1129cd3cd9ddc62925e8b.tar.bz2 glibc-2fc6557eb89af08a6ca1129cd3cd9ddc62925e8b.zip |
Remove various unused files from sysdeps/unix/bsd/.
Diffstat (limited to 'sysdeps/unix/bsd/seekdir.c')
-rw-r--r-- | sysdeps/unix/bsd/seekdir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/seekdir.c b/sysdeps/unix/bsd/seekdir.c deleted file mode 100644 index 4d244f53bd..0000000000 --- a/sysdeps/unix/bsd/seekdir.c +++ /dev/null @@ -1 +0,0 @@ -/* Because they share a private data structure, seekdir is in telldir.c. */ |