From 4851a07e575db73e1ee8d8d3aa0bb7e73484f68b Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 23 Feb 2004 03:16:59 +0000 Subject: POSIX clearly states that getsubopt() should be declared in , not in --- include/unistd.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index da1438a..6a441dd 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -539,11 +539,6 @@ int undelete(const char *); int unwhiteout(const char *); void *valloc(size_t); /* obsoleted by malloc() */ -extern char *suboptarg; /* getsubopt(3) external variable */ -#ifndef _GETSUBOPT_DECLARED -int getsubopt(char **, char * const *, char **); -#define _GETSUBOPT_DECLARED -#endif extern int optreset; /* getopt(3) external variable */ #endif /* __BSD_VISIBLE */ __END_DECLS -- cgit v1.1