Ed Schouten
2ad6bba714
Correct return type of pdfork(2).
...
The pdfork(2) man page states:
"pdfork() returns a PID, 0 or -1, as fork(2) does."
As it returns a PID, the return type should obviously be pid_t. As int
and pid_t have the same size on all architectures, this change does not
affect the ABI in any way.
2014-04-04 19:53:45 +00:00
..
2014-04-01 15:54:03 +00:00
2014-04-04 19:35:38 +00:00
2014-04-04 18:07:21 +00:00
2014-04-04 08:48:55 +00:00
2014-04-03 20:18:55 +00:00
2014-03-30 23:43:36 +00:00
2014-04-02 19:51:29 +00:00
2014-03-29 18:56:11 +00:00
2014-03-16 01:43:23 +00:00
2014-03-31 16:37:41 +00:00
2014-04-04 17:01:49 +00:00
2014-03-22 10:26:09 +00:00
2014-02-08 05:17:49 +00:00
2014-02-28 16:51:33 +00:00
2014-03-29 11:56:33 +00:00
2014-04-01 14:46:11 +00:00
2014-03-19 21:03:04 +00:00
2014-04-04 12:31:13 +00:00
2013-11-29 20:14:26 +00:00
2014-04-04 15:52:45 +00:00
2014-03-27 11:10:13 +00:00
2014-03-25 06:55:53 +00:00
2014-03-14 02:58:48 +00:00
2014-03-14 06:29:43 +00:00
2014-04-03 01:46:03 +00:00
2014-03-31 14:40:35 +00:00
2014-04-04 16:58:32 +00:00
2014-03-25 06:55:53 +00:00
2014-03-16 10:55:57 +00:00
2014-03-05 01:17:47 +00:00
2013-12-07 23:05:59 +00:00
2014-03-16 10:55:57 +00:00
2014-03-11 00:25:55 +00:00
2014-03-22 10:26:09 +00:00
2014-03-11 01:45:46 +00:00
2014-03-22 10:26:09 +00:00
2014-03-31 01:54:59 +00:00
2014-04-01 14:46:11 +00:00
2014-02-04 00:00:01 +00:00
2014-03-21 01:30:33 +00:00
2014-04-01 14:46:11 +00:00
2014-04-04 19:53:45 +00:00
2014-02-06 13:28:06 +00:00
2014-03-18 01:40:25 +00:00
2014-03-22 11:26:39 +00:00
2014-03-22 10:26:09 +00:00
2014-04-01 15:48:46 +00:00
2014-03-19 20:40:57 +00:00
2014-03-14 06:29:43 +00:00