]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - string/strings.h
Break lines before not after operators, batch 4.
[thirdparty/glibc.git] / string / strings.h
index 630b3adc2381c0bff65963011e1e27b3d71d5902..5428bc4feb679b82cf6366f91c4e7780f24329e6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2017 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -106,7 +106,7 @@ extern int ffs (int __i) __THROW __attribute_const__;
 
 /* The following two functions are non-standard but necessary for non-32 bit
    platforms.  */
-# ifdef        __USE_GNU
+# ifdef        __USE_MISC
 extern int ffsl (long int __l) __THROW __attribute_const__;
 __extension__ extern int ffsll (long long int __ll)
      __THROW __attribute_const__;