libfileis(3): finish removal

This commit is contained in:
dtb 2024-07-18 20:50:12 -06:00
parent 958f08bd9e
commit 6d7173e438
Signed by: trinity
GPG Key ID: 34C0543BBB6AF81B
2 changed files with 1 additions and 15 deletions

View File

@ -29,7 +29,7 @@ RUSTC ?= rustc
RUSTLIBS = --extern getopt=build/o/libgetopt.rlib \
--extern sysexits=build/o/libsysexits.rlib \
--extern strerror=build/o/libstrerror.rlib
CFLAGS += -I$(SYSEXITS) -Iinclude
CFLAGS += -I$(SYSEXITS)
.PHONY: all
all: dj false fileis fop hru intcmp mm npc rpn scrut str strcmp swab true

View File

@ -1,14 +0,0 @@
int fileis_block (char *fn);
int fileis_char (char *fn);
int fileis_dir (char *fn);
/* fileis_exec (char *fn); */
int fileis_exists (char *fn);
int fileis_fifo (char *fn);
int fileis_setgid (char *fn);
int fileis_link (char *fn);
/* fileis_read (char *fn); */
int fileis_regular(char *fn);
int fileis_socket (char *fn);
int fileis_setuid (char *fn);
int fileis_vtx (char *fn);
/* fileis_write (char *fn); */