]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - include/sys/file.h
support: Fix typo in xgetsockname error message
[thirdparty/glibc.git] / include / sys / file.h
index ec7f3de73daad5b198565a3423382fedc2ce3354..d0cd1f9e15f7c7a4d5a045e5aa6b658415ae0908 100644 (file)
@@ -1,4 +1,10 @@
+#ifndef _SYS_FILE_H
 #include <misc/sys/file.h>
 
+# ifndef _ISOMAC
+
 /* Now define the internal interfaces.  */
-extern int __flock __P ((int __fd, int __operation));
+extern int __flock (int __fd, int __operation);
+
+# endif /* !_ISOMAC */
+#endif