From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 1 Jan 2015 23:41:50 +0300 From: "Dmitry V. Levin" To: ALT Devel discussion list Message-ID: <20150101204150.GA31879@altlinux.org> Mail-Followup-To: ALT Devel discussion list References: <54A165FA.2010604@altlinux.ru> <54A2AE77.9060205@altlinux.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: <54A2AE77.9060205@altlinux.ru> X-fingerprint: FE4C 93AB E19A 2E4C CB5D 3E4E 7CAB E6AC 9E35 361E Subject: Re: [devel] =?koi8-r?b?68HLINDSz8rUySDTws/Sy9UgxdPMySDU0sXC1cXU09Eg?= =?koi8-r?b?L2Rldi9zaG0gPw==?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 20:41:51 -0000 Archived-At: List-Archive: List-Post: --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Tue, Dec 30, 2014 at 04:53:59PM +0300, Andrew V. Stepanov wrote: > =E9 =D2=C1=D3=D3=CD=CF=D4=D2=C9=CD =D3=C5=CD=C1=C6=CF=D2 Posix. >=20 > $ cat 1.c > #include > #include > #include > #include > #include > #include >=20 > #include > #include > #include >=20 > int main(int argc, char **argv) > { > sem_t *mutex; >=20 > if ((mutex =3D sem_open("mysemaphore", O_CREAT, 0644, 1)) =3D=3D= =20 > SEM_FAILED) { > perror("semaphore initilization"); > exit(1); > } >=20 > exit(0); > } >=20 > $ gcc 1.c -lpthread >=20 > $ ./a.out > semaphore initilization: Function not implemented =E9=D3=D0=CF=CC=D8=DA=D5=CA=D4=C5 hasher >=3D 1.3.23-alt1 =C9 =D3=CF=C2=C9= =D2=C1=CA=D4=C5 =CE=C1 tmpfs. --=20 ldv --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlSlsQ4ACgkQfKvmrJ41Nh4EVwCfRVIYjo+MaN+0qViJN8enYrgi ySYAoKs9x+AEoF+ey2TVDBj12khPwJBE =U57x -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd--