Loading...
include/_ctermid.h Libc-1725.40.4 Libc-1353.11.2
--- Libc/Libc-1725.40.4/include/_ctermid.h
+++ Libc/Libc-1353.11.2/include/_ctermid.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000, 2002-2006, 2008-2010, 2012, 2020 Apple Inc. All rights reserved.
+ * Copyright (c) 2000, 2002-2006, 2008-2010, 2012 Apple Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  *
@@ -23,20 +23,5 @@
 
 #ifndef _CTERMID_H_
 #define _CTERMID_H_
-
-#include <sys/cdefs.h>
-#include <_bounds.h>
-
-#ifndef _LIBC_COUNT__L_CTERMID
-#define _LIBC_COUNT__L_CTERMID _LIBC_UNSAFE_INDEXABLE
-#endif /* _LIBC_COUNT__L_CTERMID */
-
-_LIBC_SINGLE_BY_DEFAULT()
-
-__BEGIN_DECLS
-
-char *_LIBC_CSTR	ctermid(char *_LIBC_COUNT__L_CTERMID);
-
-__END_DECLS
-
+char    *ctermid(char *);
 #endif