Author: cy
Date: Tue Apr  3 20:59:46 2018
New Revision: 331948
URL: https://svnweb.freebsd.org/changeset/base/331948

Log:
  Remove redundant check.
  
  Reported by:  kib@
  MFC after:    2 weeks
  X-MFC with:   r331936
  Differential Revision:        https://reviews.freebsd.org/D12785

Modified:
  head/include/stdio.h

Modified: head/include/stdio.h
==============================================================================
--- head/include/stdio.h        Tue Apr  3 20:53:53 2018        (r331947)
+++ head/include/stdio.h        Tue Apr  3 20:59:46 2018        (r331948)
@@ -270,7 +270,7 @@ size_t       fwrite(const void * __restrict, size_t, size_t
 int     getc(FILE *);
 int     getchar(void);
 char   *gets(char *);
-#if defined(__EXT1_VISIBLE) && __EXT1_VISIBLE == 1
+#if __EXT1_VISIBLE
 char   *gets_s(char *, rsize_t);
 #endif
 void    perror(const char *);
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to