]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added static to the inline function definition to support the GNU compiler
authorBradley Nicholes <bnicholes@apache.org>
Tue, 25 Sep 2001 14:49:00 +0000 (14:49 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 25 Sep 2001 14:49:00 +0000 (14:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91141 13f79535-47bb-0310-9956-ffa450edef68

src/os/netware/os.h

index edb92449b896a61c6079f914f56d26ba0ae94a04..a8ce240d98fe349fc77485a853641cb39c9f0446 100644 (file)
@@ -136,6 +136,9 @@ DIR *os_readdir (DIR *dirP);
 void AMCSocketCleanup(void);
 void clean_parent_exit(int code);
 
+#ifdef __GNUC__
+static
+#endif
 inline int ap_os_is_path_absolute(const char *file)
 {
     char *s = strstr (file, "://");