add strdup for S5
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 13 Dec 1988 12:41:09 +0000 (04:41 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 13 Dec 1988 12:41:09 +0000 (04:41 -0800)
SCCS-vsn: include/strings.h 5.6

usr/src/include/strings.h

index e8bd706..e8a2be0 100644 (file)
@@ -14,7 +14,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)strings.h   5.5 (Berkeley) %G%
+ *     @(#)strings.h   5.6 (Berkeley) %G%
  */
 
 /* Routines described in string(3) */
  */
 
 /* Routines described in string(3) */
@@ -23,7 +23,7 @@ int   strcmp(), strncmp(), strcasecmp(), strncasecmp(), strlen();
 
 /* Routines described in memory(BA_LIB); System V compatibility */
 char   *memccpy(), *memchr(), *memcpy(), *memset(), *strchr(),
 
 /* Routines described in memory(BA_LIB); System V compatibility */
 char   *memccpy(), *memchr(), *memcpy(), *memset(), *strchr(),
-       *strpbrk(), *strrchr(), *strsep(), *strtok();
+       *strdup(), *strpbrk(), *strrchr(), *strsep(), *strtok();
 int    memcmp(), strcspn(), strspn();
 
 /* Routines from ANSI X3J11 */
 int    memcmp(), strcspn(), strspn();
 
 /* Routines from ANSI X3J11 */