unistd.h (6a634c9dca3093f3922e4b7ab826d7bdf17bf78e) | unistd.h (6a3e8e8695d5c7d1d18c6800d676990d7f61a2a4) |
---|---|
1/* 2 * CDDL HEADER START 3 * 4 * The contents of this file are subject to the terms of the 5 * Common Development and Distribution License (the "License"). 6 * You may not use this file except in compliance with the License. 7 * 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 522 unchanged lines hidden (view full) --- 531#if !defined(__XOPEN_OR_POSIX) || defined(_XPG4_2) || defined(__EXTENSIONS__) 532extern useconds_t ualarm(useconds_t, useconds_t); 533#endif /* !defined(__XOPEN_OR_POSIX) || defined(_XPG4_2)... */ 534extern int unlink(const char *); 535#if !defined(__XOPEN_OR_POSIX) || defined(_XPG4_2) || defined(__EXTENSIONS__) 536extern int usleep(useconds_t); 537#endif /* !defined(__XOPEN_OR_POSIX) || defined(_XPG4_2)... */ 538#if !defined(__XOPEN_OR_POSIX) || defined(_XPG4_2) || defined(__EXTENSIONS__) | 1/* 2 * CDDL HEADER START 3 * 4 * The contents of this file are subject to the terms of the 5 * Common Development and Distribution License (the "License"). 6 * You may not use this file except in compliance with the License. 7 * 8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 522 unchanged lines hidden (view full) --- 531#if !defined(__XOPEN_OR_POSIX) || defined(_XPG4_2) || defined(__EXTENSIONS__) 532extern useconds_t ualarm(useconds_t, useconds_t); 533#endif /* !defined(__XOPEN_OR_POSIX) || defined(_XPG4_2)... */ 534extern int unlink(const char *); 535#if !defined(__XOPEN_OR_POSIX) || defined(_XPG4_2) || defined(__EXTENSIONS__) 536extern int usleep(useconds_t); 537#endif /* !defined(__XOPEN_OR_POSIX) || defined(_XPG4_2)... */ 538#if !defined(__XOPEN_OR_POSIX) || defined(_XPG4_2) || defined(__EXTENSIONS__) |
539extern pid_t vfork(void); | 539extern pid_t vfork(void) __RETURNS_TWICE; |
540#endif /* !defined(__XOPEN_OR_POSIX) || defined(_XPG4_2)... */ 541#if !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__) 542extern void vhangup(void); 543#endif /* !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__) */ 544extern ssize_t write(int, const void *, size_t); 545#if !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__) 546extern void yield(void); 547#endif /* !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__) */ --- 474 unchanged lines hidden --- | 540#endif /* !defined(__XOPEN_OR_POSIX) || defined(_XPG4_2)... */ 541#if !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__) 542extern void vhangup(void); 543#endif /* !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__) */ 544extern ssize_t write(int, const void *, size_t); 545#if !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__) 546extern void yield(void); 547#endif /* !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__) */ --- 474 unchanged lines hidden --- |