From ec37a057be11aba627b28cd7faca31628dbb9935 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 12 Feb 2018 21:05:42 +0100 Subject: [PATCH] : Remove commented out ctermid() prototype. It's not needed here. --- include/unistd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/unistd.h b/include/unistd.h index f0af3af2f2..8b33d13249 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -485,7 +485,6 @@ int symlink(const char * __restrict, const char * __restrict); /* X/Open System Interfaces */ #if __XSI_VISIBLE char *crypt(const char *, const char *); -/* char *ctermid(char *); */ /* XXX ??? */ int encrypt(char *, int); long gethostid(void); int lockf(int, int, off_t); -- 2.11.4.GIT